Home
last modified time | relevance | path

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

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