Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/
Dthinkpad_acpi.c467 #define TPID3(__c1, __c2, __c3) (((__c1) << 16) | ((__c2) << 8) | (__c3)) macro
484 .bios = TPID3(__id1, __id2, __id3), \
11138 *model = TPID3(s[0], s[1], s[2]); in tpacpi_parse_fw_id()