Searched refs:TPS65910_RTC_CTRL (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/rtc/ |
| D | rtc-tps65910.c | 78 ret = regmap_update_bits(tps->regmap, TPS65910_RTC_CTRL, in tps65910_rtc_read_time() 116 ret = regmap_update_bits(tps->regmap, TPS65910_RTC_CTRL, in tps65910_rtc_set_time() 132 ret = regmap_update_bits(tps->regmap, TPS65910_RTC_CTRL, in tps65910_rtc_set_time() 242 ret = regmap_update_bits(tps->regmap, TPS65910_RTC_CTRL, in tps65910_rtc_set_calibration() 258 ret = regmap_read(tps->regmap, TPS65910_RTC_CTRL, &ctrl); in tps65910_rtc_get_calibration() 405 ret = regmap_write(tps65910->regmap, TPS65910_RTC_CTRL, rtc_reg); in tps65910_rtc_probe()
|
| /Linux-v4.19/include/linux/mfd/ |
| D | tps65910.h | 49 #define TPS65910_RTC_CTRL 0x10 macro
|