Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/pci/
Dpcbios.c15 #define BIOS32_SIGNATURE (('_' << 0) + ('3' << 8) + ('2' << 16) + ('_' << 24)) macro
332 if (check->fields.signature != BIOS32_SIGNATURE) in pci_find_bios()