Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mfd/
Dtps65910.c295 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()
444 if (regmap_set_bits(tps65910->regmap, TPS65910_DEVCTRL, in tps65910_power_off()
448 regmap_update_bits(tps65910->regmap, TPS65910_DEVCTRL, in tps65910_power_off()
/Linux-v5.15/drivers/rtc/
Drtc-tps65910.c396 ret = regmap_update_bits(tps65910->regmap, TPS65910_DEVCTRL, in tps65910_rtc_probe()
/Linux-v5.15/include/linux/mfd/
Dtps65910.h78 #define TPS65910_DEVCTRL 0x3F macro
/Linux-v5.15/drivers/regulator/
Dtps65910-regulator.c1101 err = regmap_set_bits(pmic->mfd->regmap, TPS65910_DEVCTRL, in tps65910_probe()