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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dohci_pci.c109 reg = pci_read_config(self, PCI_CBMEM, 4);
112 pci_write_config(self, PCI_CBMEM, reg, 4);
227 rid = PCI_CBMEM;
356 bus_release_resource(self, SYS_RES_MEMORY, PCI_CBMEM,
H A Dohcireg.h38 #define PCI_CBMEM 0x10 /* configuration base memory */ macro
H A Dehcireg.h37 #define PCI_CBMEM 0x10 /* configuration base MEM */ macro
H A Dehci_pci.c333 rid = PCI_CBMEM;
520 bus_release_resource(self, SYS_RES_MEMORY, PCI_CBMEM,
/freebsd-13-stable/sys/dev/firewire/
H A Dfwohci_pci.c255 rid = PCI_CBMEM;
362 bus_release_resource(self, SYS_RES_MEMORY, PCI_CBMEM, sc->bsr);
H A Dfwohcireg.h39 #define PCI_CBMEM PCIR_BAR(0) macro

Completed in 113 milliseconds