Home
last modified time | relevance | path

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

/external/grub/netboot/
Dpci.h71 #define PCI_SIGNATURE (('P' << 0) + ('C' << 8) + ('I' << 16) + (' ' << 24)) macro
Dpci.c330 if (present_status || (signature != PCI_SIGNATURE)) { in check_pcibios()