Searched refs:SLIDER_MASK (Results 1 – 1 of 1) sorted by relevance
47 #define SLIDER_MASK GENMASK_ULL(2, 0) macro183 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()