Searched refs:PCIR_BARS (Results 1 – 5 of 5) sorted by relevance
215 #define PCIR_BARS 0x10 macro216 #define PCIR_BAR(x) (PCIR_BARS + (x) * 4)218 #define PCI_RID2BAR(rid) (((rid) - PCIR_BARS) / 4)
156 #ifndef PCIR_BARS157 #define PCIR_BARS 0x10 macro158 #define PCIR_BAR(x) (PCIR_BARS + (x) * 4)
259 rid = PCIR_BARS; in ata_kauai_attach()
327 sc->reg_res_id = PCIR_BARS + bar0_offset; in twa_attach()
4807 rid = PCIR_BARS; in mxge_attach()4956 bus_release_resource(dev, SYS_RES_MEMORY, PCIR_BARS, sc->mem_res); in mxge_attach()5005 bus_release_resource(dev, SYS_RES_MEMORY, PCIR_BARS, sc->mem_res); in mxge_detach()