Searched refs:REG_VSET0 (Results 1 – 1 of 1) sorted by relevance
/drivers/regulator/ |
D | tps62360-regulator.c | 29 #define REG_VSET0 0 macro 114 ret = regmap_read(tps->regmap, REG_VSET0 + tps->curr_vset_id, &data); in tps62360_dcdc_get_voltage_sel() 117 __func__, REG_VSET0 + tps->curr_vset_id, ret); in tps62360_dcdc_get_voltage_sel() 140 ret = regmap_update_bits(tps->regmap, REG_VSET0 + new_vset_id, in tps62360_dcdc_set_voltage_sel() 145 __func__, REG_VSET0 + new_vset_id, ret); in tps62360_dcdc_set_voltage_sel() 184 REG_VSET0 + tps->curr_vset_id, FORCE_PWM_ENABLE, val); in tps62360_set_mode() 188 __func__, REG_VSET0 + tps->curr_vset_id, ret); in tps62360_set_mode() 195 REG_VSET0 + i, FORCE_PWM_ENABLE, val); in tps62360_set_mode() 199 __func__, REG_VSET0 + i, ret); in tps62360_set_mode() 212 ret = regmap_read(tps->regmap, REG_VSET0 + tps->curr_vset_id, &data); in tps62360_get_mode() [all …]
|