Home
last modified time | relevance | path

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

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