Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dohci_pci.c101 reg = pci_read_config(self, PCI_CBMEM, 4); in ohci_pci_take_controller()
104 pci_write_config(self, PCI_CBMEM, reg, 4); in ohci_pci_take_controller()
228 rid = PCI_CBMEM; in ohci_pci_attach()
358 bus_release_resource(self, SYS_RES_MEMORY, PCI_CBMEM, in ohci_pci_detach()
H A Dehci_pci.c315 rid = PCI_CBMEM; in ehci_pci_attach()
501 bus_release_resource(self, SYS_RES_MEMORY, PCI_CBMEM, in ehci_pci_detach()
H A Dohcireg.h36 #define PCI_CBMEM 0x10 /* configuration base memory */ macro
H A Dehcireg.h35 #define PCI_CBMEM 0x10 /* configuration base MEM */ macro
/dragonfly/sys/bus/firewire/
H A Dfwohci_pci.c266 rid = PCI_CBMEM; in fwohci_pci_attach()
376 bus_release_resource(self, SYS_RES_MEMORY,PCI_CBMEM,sc->bsr); in fwohci_pci_detach()
H A Dfwohcireg.h38 #define PCI_CBMEM 0x10 macro