Searched refs:TPS65910_DEVCTRL (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/mfd/ |
D | tps65910.c | 295 ret = regmap_clear_bits(tps65910->regmap, TPS65910_DEVCTRL, in tps65910_ck32k_init() 317 ret = regmap_set_bits(tps65910->regmap, TPS65910_DEVCTRL, in tps65910_sleepinit() 357 regmap_clear_bits(tps65910->regmap, TPS65910_DEVCTRL, in tps65910_sleepinit() 439 regmap_update_bits(tps65910->regmap, TPS65910_DEVCTRL, in tps65910_power_off() 503 ret = regmap_set_bits(tps65910->regmap, TPS65910_DEVCTRL, in tps65910_i2c_probe()
|
/linux-6.1.9/drivers/rtc/ |
D | rtc-tps65910.c | 396 ret = regmap_update_bits(tps65910->regmap, TPS65910_DEVCTRL, in tps65910_rtc_probe()
|
/linux-6.1.9/include/linux/mfd/ |
D | tps65910.h | 78 #define TPS65910_DEVCTRL 0x3F macro
|
/linux-6.1.9/drivers/regulator/ |
D | tps65910-regulator.c | 1101 err = regmap_set_bits(pmic->mfd->regmap, TPS65910_DEVCTRL, in tps65910_probe()
|