Home
last modified time | relevance | path

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

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