Home
last modified time | relevance | path

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

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