Home
last modified time | relevance | path

Searched refs:PCI_CBMEM (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dohci_pci.c106 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 Dohcireg.h37 #define PCI_CBMEM 0x10 /* configuration base memory */ macro
H A Dehci_pci.c344 rid = PCI_CBMEM; in ehci_pci_attach()
535 bus_release_resource(self, SYS_RES_MEMORY, PCI_CBMEM, in ehci_pci_detach()
H A Dehcireg.h36 #define PCI_CBMEM 0x10 /* configuration base MEM */ macro
/freebsd/sys/dev/firewire/
H A Dfwohci_pci.c253 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 Dfwohcireg.h38 #define PCI_CBMEM PCIR_BAR(0) macro