Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dtps62360-regulator.c43 #define REG_VSET0 0 macro
128 ret = regmap_read(tps->regmap, REG_VSET0 + tps->curr_vset_id, &data); in tps62360_dcdc_get_voltage_sel()
131 __func__, REG_VSET0 + tps->curr_vset_id, ret); in tps62360_dcdc_get_voltage_sel()
154 ret = regmap_update_bits(tps->regmap, REG_VSET0 + new_vset_id, in tps62360_dcdc_set_voltage_sel()
159 __func__, REG_VSET0 + new_vset_id, ret); in tps62360_dcdc_set_voltage_sel()
198 REG_VSET0 + tps->curr_vset_id, FORCE_PWM_ENABLE, val); in tps62360_set_mode()
202 __func__, REG_VSET0 + tps->curr_vset_id, ret); in tps62360_set_mode()
209 REG_VSET0 + i, FORCE_PWM_ENABLE, val); in tps62360_set_mode()
213 __func__, REG_VSET0 + i, ret); in tps62360_set_mode()
226 ret = regmap_read(tps->regmap, REG_VSET0 + tps->curr_vset_id, &data); in tps62360_get_mode()
[all …]