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

/linux-4.1.27/drivers/regulator/
H A Dtps62360-regulator.c49 #define REG_RAMPCTRL 6 macro
265 ret = regmap_update_bits(tps->regmap, REG_RAMPCTRL, BIT(2), 0); tps62360_init_dcdc()
269 __func__, REG_RAMPCTRL, ret); tps62360_init_dcdc()
274 ret = regmap_read(tps->regmap, REG_RAMPCTRL, &ramp_ctrl); tps62360_init_dcdc()
278 __func__, REG_RAMPCTRL, ret); tps62360_init_dcdc()
498 st = regmap_update_bits(tps->regmap, REG_RAMPCTRL, BIT(2), BIT(2)); tps62360_shutdown()
502 __func__, REG_RAMPCTRL, st); tps62360_shutdown()

Completed in 65 milliseconds