Searched refs:PCI_SIGNATURE (Results 1 – 1 of 1) sorted by relevance
21 #define PCI_SIGNATURE (('P' << 0) + ('C' << 8) + ('I' << 16) + (' ' << 24)) macro165 if (status || signature != PCI_SIGNATURE) { in check_pcibios()