Searched refs:PCIR_BARS (Results 1 – 1 of 1) sorted by relevance
200 #define PCIR_BARS 0x10 macro201 #define PCIR_BAR(x) (PCIR_BARS + (x) * 4)202 #define PCI_RID2BAR(rid) (((rid) - PCIR_BARS) / 4)
Completed in 12 milliseconds