Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_soc_slider.c175 #define SLIDER_OFFSET_MASK GENMASK_ULL(6, 4) macro
192 val &= ~SLIDER_OFFSET_MASK; in set_soc_power_profile()
193 val |= FIELD_PREP(SLIDER_OFFSET_MASK, offset); in set_soc_power_profile()