Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/
H A Dthinkpad_acpi.c10988 #define AUXMAC_LEN 12 macro
10994 static char auxmac[AUXMAC_LEN + 1];
11020 if (strncmp(obj->string.pointer + AUXMAC_START, "XXXXXXXXXXXX", AUXMAC_LEN) != 0) in auxmac_init()