Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_soc_slider.c47 #define SLIDER_MASK GENMASK_ULL(2, 0) macro
183 val &= ~SLIDER_MASK; in set_soc_power_profile()
184 val |= FIELD_PREP(SLIDER_MASK, slider) | BIT(SLIDER_ENABLE_BIT); in set_soc_power_profile()
235 slider = FIELD_GET(SLIDER_MASK, val); in power_slider_platform_profile_get()