Searched refs:TPS6594_REG_RTC_STATUS (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/rtc/ |
| H A D | rtc-tps6594.c | 91 ret = regmap_test_bits(tps->regmap, TPS6594_REG_RTC_STATUS, in tps6594_rtc_read_time() 341 ret = regmap_read(tps->regmap, TPS6594_REG_RTC_STATUS, &rtc_reg); in tps6594_rtc_interrupt() 382 ret = regmap_test_bits(tps->regmap, TPS6594_REG_RTC_STATUS, in tps6594_rtc_probe() 403 ret = regmap_test_bits(tps->regmap, TPS6594_REG_RTC_STATUS, in tps6594_rtc_probe() 463 ret = regmap_write(tps->regmap, TPS6594_REG_RTC_STATUS, in tps6594_rtc_resume()
|
| /linux/include/linux/mfd/ |
| H A D | tps6594.h | 211 #define TPS6594_REG_RTC_STATUS 0xc4 macro
|