Searched defs:PCI_SIGNATURE (Results 1 – 2 of 2) sorted by relevance
218 #define PCI_SIGNATURE 0x20494350 /* AKA "PCI " */ macro
247 #define PCI_SIGNATURE (('P' << 0) + ('C' << 8) + ('I' << 16) + (' ' << 24)) macro