Searched refs:PCI_CBMEM (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | ohci_pci.c | 106 reg = pci_read_config(self, PCI_CBMEM, 4); in ohci_pci_take_controller() 109 pci_write_config(self, PCI_CBMEM, reg, 4); in ohci_pci_take_controller() 224 rid = PCI_CBMEM; in ohci_pci_attach() 351 bus_release_resource(self, SYS_RES_MEMORY, PCI_CBMEM, in ohci_pci_detach()
|
H A D | ohcireg.h | 37 #define PCI_CBMEM 0x10 /* configuration base memory */ macro
|
H A D | ehci_pci.c | 344 rid = PCI_CBMEM; in ehci_pci_attach() 535 bus_release_resource(self, SYS_RES_MEMORY, PCI_CBMEM, in ehci_pci_detach()
|
H A D | ehcireg.h | 36 #define PCI_CBMEM 0x10 /* configuration base MEM */ macro
|
/freebsd/sys/dev/firewire/ |
H A D | fwohci_pci.c | 253 rid = PCI_CBMEM; in fwohci_pci_attach() 355 bus_release_resource(self, SYS_RES_MEMORY, PCI_CBMEM, sc->bsr); in fwohci_pci_detach()
|
H A D | fwohcireg.h | 38 #define PCI_CBMEM PCIR_BAR(0) macro
|