Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pnp/pnpbios/
Dcore.c433 #define PNP_SIGNATURE (('$' << 0) + ('P' << 8) + ('n' << 16) + ('P' << 24)) macro
451 if (check->fields.signature != PNP_SIGNATURE) in pnpbios_probe_system()