Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/regulator/
H A Dtps62360-regulator.c49 #define REG_RAMPCTRL 6 macro
265 ret = regmap_update_bits(tps->regmap, REG_RAMPCTRL, BIT(2), 0); in tps62360_init_dcdc()
269 __func__, REG_RAMPCTRL, ret); in tps62360_init_dcdc()
274 ret = regmap_read(tps->regmap, REG_RAMPCTRL, &ramp_ctrl); in tps62360_init_dcdc()
278 __func__, REG_RAMPCTRL, ret); in tps62360_init_dcdc()
498 st = regmap_update_bits(tps->regmap, REG_RAMPCTRL, BIT(2), BIT(2)); in tps62360_shutdown()
502 __func__, REG_RAMPCTRL, st); in tps62360_shutdown()
/kernel/linux/linux-6.6/drivers/regulator/
H A 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()
471 st = regmap_update_bits(tps->regmap, REG_RAMPCTRL, BIT(2), BIT(2)); in tps62360_shutdown()
475 __func__, REG_RAMPCTRL, st); in tps62360_shutdown()

Completed in 2 milliseconds