Home
last modified time | relevance | path

Searched refs:FORCE_PWM_ENABLE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/regulator/
H A Dtps62360-regulator.c52 #define FORCE_PWM_ENABLE BIT(7) macro
185 val = FORCE_PWM_ENABLE; in tps62360_set_mode()
198 REG_VSET0 + tps->curr_vset_id, FORCE_PWM_ENABLE, val); in tps62360_set_mode()
209 REG_VSET0 + i, FORCE_PWM_ENABLE, val); in tps62360_set_mode()
232 return (data & FORCE_PWM_ENABLE) ? in tps62360_get_mode()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dtps62360-regulator.c38 #define FORCE_PWM_ENABLE BIT(7) macro
171 val = FORCE_PWM_ENABLE; in tps62360_set_mode()
184 REG_VSET0 + tps->curr_vset_id, FORCE_PWM_ENABLE, val); in tps62360_set_mode()
195 REG_VSET0 + i, FORCE_PWM_ENABLE, val); in tps62360_set_mode()
218 return (data & FORCE_PWM_ENABLE) ? in tps62360_get_mode()

Completed in 3 milliseconds