Searched refs:PCI_BUSNUM (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | rbus_machdep.c | 143 bir = pci_conf_read(pc, pa->pa_tag, PCI_BUSNUM); in pccbb_attach_hook() 160 pci_conf_write(pc, pa->pa_tag, PCI_BUSNUM, bir); in pccbb_attach_hook()
|
/openbsd/sys/dev/pci/ |
H A D | pccbbreg.h | 31 #define PCI_BUSNUM 0x18 /* Latency timer, Subordinate bus number */ macro
|
H A D | pccbb.c | 391 sc->sc_busnum = pci_conf_read(pc, pa->pa_tag, PCI_BUSNUM); in pccbbattach() 447 pci_conf_write(pc, pa->pa_tag, PCI_BUSNUM, sc->sc_busnum); in pccbbattach() 512 pcireg_t busreg = pci_conf_read(pc, sc->sc_tag, PCI_BUSNUM); in pccbb_pci_callback() 2792 sc->sc_busnum = pci_conf_read(pc, tag, PCI_BUSNUM); 2809 pci_conf_write(pc, tag, PCI_BUSNUM, sc->sc_busnum);
|