Searched refs:REG_RAMPCTRL (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | tps62360-regulator.c | 49 #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()
|