Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dlg-laptop.c81 #define FAN_MODE_LOWER GENMASK(1, 0) macro
289 FIELD_PREP(FAN_MODE_LOWER, value) | in fan_mode_store()
311 mode = FIELD_GET(FAN_MODE_LOWER, r->integer.value); in fan_mode_show()