Searched defs:PCIR_BAR (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/sys/dev/pci/ | ||
H A D | pcireg.h | 217 #define PCIR_BAR(x) (PCIR_BARS + (x) * 4) macro |
/freebsd-src/sys/dev/arcmsr/ | ||
H A D | arcmsr.h | 164 #define PCIR_BAR(x) (PCIR_BARS + (x) * 4) macro |