Searched refs:TPS65910_RTC_CTRL (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A 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() 408 ret = regmap_write(tps65910->regmap, TPS65910_RTC_CTRL, rtc_reg); in tps65910_rtc_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | tps65910.h | 44 #define TPS65910_RTC_CTRL 0x10 macro
|