Lines Matching defs:REG_VSET0
43 #define REG_VSET0 0
128 ret = regmap_read(tps->regmap, REG_VSET0 + tps->curr_vset_id, &data);
131 __func__, REG_VSET0 + tps->curr_vset_id, ret);
154 ret = regmap_update_bits(tps->regmap, REG_VSET0 + new_vset_id,
159 __func__, REG_VSET0 + new_vset_id, ret);
198 REG_VSET0 + tps->curr_vset_id, FORCE_PWM_ENABLE, val);
202 __func__, REG_VSET0 + tps->curr_vset_id, ret);
209 REG_VSET0 + i, FORCE_PWM_ENABLE, val);
213 __func__, REG_VSET0 + i, ret);
226 ret = regmap_read(tps->regmap, REG_VSET0 + tps->curr_vset_id, &data);
229 __func__, REG_VSET0 + tps->curr_vset_id, ret);