Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c467 #define TPID3(__c1, __c2, __c3) (((__c1) << 16) | ((__c2) << 8) | (__c3)) macro
484 .bios = TPID3(__id1, __id2, __id3), \
11213 *model = TPID3(s[0], s[1], s[2]); in tpacpi_parse_fw_id()