Home
last modified time | relevance | path

Searched refs:PCIR_BARS (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpcireg.h216 #define PCIR_BARS 0x10 macro
217 #define PCIR_BAR(x) (PCIR_BARS + (x) * 4)
219 #define PCI_RID2BAR(rid) (((rid) - PCIR_BARS) / 4)
/freebsd/sys/dev/arcmsr/
H A Darcmsr.h162 #ifndef PCIR_BARS
163 #define PCIR_BARS 0x10 macro
164 #define PCIR_BAR(x) (PCIR_BARS + (x) * 4)
/freebsd/sys/powerpc/powermac/
H A Data_kauai.c251 rid = PCIR_BARS; in ata_kauai_attach()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h112 #define PCI_BASE_ADDRESS_0 PCIR_BARS
/freebsd/sys/dev/mxge/
H A Dif_mxge.c4654 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()