Searched refs:BIOS32_SIGNATURE (Results 1 – 2 of 2) sorted by relevance
244 #define BIOS32_SIGNATURE (('_' << 0) + ('3' << 8) + ('2' << 16) + ('_' << 24)) macro
370 if (check->fields.signature != BIOS32_SIGNATURE) in pcibios_init()