Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c10056 #define DYTC_GET_LAPMODE_BIT 17 /* Set when in lapmode */ macro
10090 *state = output & BIT(DYTC_GET_LAPMODE_BIT) ? true : false; in lapsensor_get()