Searched refs:TPS65910_RTC_CTRL (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/rtc/ |
| D | rtc-tps65910.c | 74 ret = regmap_update_bits(tps->regmap, TPS65910_RTC_CTRL, in tps65910_rtc_read_time() 112 ret = regmap_update_bits(tps->regmap, TPS65910_RTC_CTRL, in tps65910_rtc_set_time() 128 ret = regmap_update_bits(tps->regmap, TPS65910_RTC_CTRL, in tps65910_rtc_set_time() 238 ret = regmap_update_bits(tps->regmap, TPS65910_RTC_CTRL, in tps65910_rtc_set_calibration() 254 ret = regmap_read(tps->regmap, TPS65910_RTC_CTRL, &ctrl); in tps65910_rtc_get_calibration() 401 ret = regmap_write(tps65910->regmap, TPS65910_RTC_CTRL, rtc_reg); in tps65910_rtc_probe()
|
| /Linux-v5.4/include/linux/mfd/ |
| D | tps65910.h | 44 #define TPS65910_RTC_CTRL 0x10 macro
|