Searched refs:PCI_SIGNATURE (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/pci/
H A Dpcbios.c23 #define PCI_SIGNATURE (('P' << 0) + ('C' << 8) + ('I' << 16) + (' ' << 24)) macro
178 if (status || signature != PCI_SIGNATURE) {

Completed in 109 milliseconds