REG_RAMPCTRL      265 drivers/regulator/tps62360-regulator.c 	ret = regmap_update_bits(tps->regmap, REG_RAMPCTRL, BIT(2), 0);
REG_RAMPCTRL      269 drivers/regulator/tps62360-regulator.c 			__func__, REG_RAMPCTRL, ret);
REG_RAMPCTRL      274 drivers/regulator/tps62360-regulator.c 	ret = regmap_read(tps->regmap, REG_RAMPCTRL, &ramp_ctrl);
REG_RAMPCTRL      278 drivers/regulator/tps62360-regulator.c 			__func__, REG_RAMPCTRL, ret);
REG_RAMPCTRL      498 drivers/regulator/tps62360-regulator.c 	st = regmap_update_bits(tps->regmap, REG_RAMPCTRL, BIT(2), BIT(2));
REG_RAMPCTRL      502 drivers/regulator/tps62360-regulator.c 			__func__, REG_RAMPCTRL, st);