Home
last modified time | relevance | path

Searched refs:REG_RAMPCTRL (Results 1 – 1 of 1) sorted by relevance

/drivers/regulator/
Dtps62360-regulator.c35 #define REG_RAMPCTRL 6 macro
251 ret = regmap_update_bits(tps->regmap, REG_RAMPCTRL, BIT(2), 0); in tps62360_init_dcdc()
255 __func__, REG_RAMPCTRL, ret); in tps62360_init_dcdc()
260 ret = regmap_read(tps->regmap, REG_RAMPCTRL, &ramp_ctrl); in tps62360_init_dcdc()
264 __func__, REG_RAMPCTRL, ret); in tps62360_init_dcdc()
478 st = regmap_update_bits(tps->regmap, REG_RAMPCTRL, BIT(2), BIT(2)); in tps62360_shutdown()
482 __func__, REG_RAMPCTRL, st); in tps62360_shutdown()