Searched refs:TPS6594_REG_RTC_STATUS (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/rtc/ |
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-6.12.1/drivers/mfd/ |
D | tps6594-core.c | 278 TPS6594_REG_RTC_STATUS, 486 regmap_reg_range(TPS6594_REG_RTC_STATUS, TPS6594_REG_RTC_STATUS),
|
/linux-6.12.1/include/linux/mfd/ |
D | tps6594.h | 210 #define TPS6594_REG_RTC_STATUS 0xc4 macro
|