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

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

Completed in 60 milliseconds