Searched refs:PCIR_BARS (Results 1 – 5 of 5) sorted by relevance
216 #define PCIR_BARS 0x10 macro217 #define PCIR_BAR(x) (PCIR_BARS + (x) * 4)219 #define PCI_RID2BAR(rid) (((rid) - PCIR_BARS) / 4)
162 #ifndef PCIR_BARS163 #define PCIR_BARS 0x10 macro164 #define PCIR_BAR(x) (PCIR_BARS + (x) * 4)
251 rid = PCIR_BARS; in ata_kauai_attach()
112 #define PCI_BASE_ADDRESS_0 PCIR_BARS
4654 rid = PCIR_BARS; in mxge_attach()4801 bus_release_resource(dev, SYS_RES_MEMORY, PCIR_BARS, sc->mem_res); in mxge_attach()4848 bus_release_resource(dev, SYS_RES_MEMORY, PCIR_BARS, sc->mem_res); in mxge_detach()