Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/
Dideapad-laptop.c870 #define DYTC_GET_FUNCTION_BIT 8 /* Bits 8-11 - function setting */ macro
962 cur_funcmode = (*output >> DYTC_GET_FUNCTION_BIT) & 0xF; in dytc_cql_command()
Dthinkpad_acpi.c10294 #define DYTC_GET_FUNCTION_BIT 8 /* Bits 8-11 - function setting */ macro
10465 cur_funcmode = (*output >> DYTC_GET_FUNCTION_BIT) & 0xF; in dytc_cql_command()
10557 funcmode = (output >> DYTC_GET_FUNCTION_BIT) & 0xF; in dytc_profile_refresh()