Home
last modified time | relevance | path

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

/drivers/regulator/
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()