Searched refs:TPS65910_RTC_CTRL (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/rtc/ |
D | rtc-tps65910.c | 75 ret = regmap_update_bits(tps->regmap, TPS65910_RTC_CTRL, in tps65910_rtc_read_time() 113 ret = regmap_update_bits(tps->regmap, TPS65910_RTC_CTRL, in tps65910_rtc_set_time() 129 ret = regmap_update_bits(tps->regmap, TPS65910_RTC_CTRL, in tps65910_rtc_set_time() 239 ret = regmap_update_bits(tps->regmap, TPS65910_RTC_CTRL, in tps65910_rtc_set_calibration() 255 ret = regmap_read(tps->regmap, TPS65910_RTC_CTRL, &ctrl); in tps65910_rtc_get_calibration() 402 ret = regmap_write(tps65910->regmap, TPS65910_RTC_CTRL, rtc_reg); in tps65910_rtc_probe()
|
/linux-6.1.9/include/linux/mfd/ |
D | tps65910.h | 44 #define TPS65910_RTC_CTRL 0x10 macro
|