Searched defs:PCI_BUS (Results 1 – 5 of 5) sorted by relevance
62 #define PCI_BUS 0x08 /* The card is PCI */ macro
21 #define PCI_BUS 1 macro47 #define PCI_BUS 1 /* PCI target */ macro
116 #define PCI_BUS(x) (((x) >> 8) & 0xff) macro
234 #define PCI_BUS(x) (((x) >> 8) & 0xff) macro
1228 #define PCI_BUS 0x03 macro