Lines Matching defs:REG_VSET0
29 #define REG_VSET0 0
114 ret = regmap_read(tps->regmap, REG_VSET0 + tps->curr_vset_id, &data);
117 __func__, REG_VSET0 + tps->curr_vset_id, ret);
140 ret = regmap_update_bits(tps->regmap, REG_VSET0 + new_vset_id,
145 __func__, REG_VSET0 + new_vset_id, ret);
184 REG_VSET0 + tps->curr_vset_id, FORCE_PWM_ENABLE, val);
188 __func__, REG_VSET0 + tps->curr_vset_id, ret);
195 REG_VSET0 + i, FORCE_PWM_ENABLE, val);
199 __func__, REG_VSET0 + i, ret);
212 ret = regmap_read(tps->regmap, REG_VSET0 + tps->curr_vset_id, &data);
215 __func__, REG_VSET0 + tps->curr_vset_id, ret);