Home
last modified time | relevance | path

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

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