Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/pci/
Dpcbios.c21 #define PCI_SIGNATURE (('P' << 0) + ('C' << 8) + ('I' << 16) + (' ' << 24)) macro
165 if (status || signature != PCI_SIGNATURE) { in check_pcibios()