Home
last modified time | relevance | path

Searched refs:TPS6594_REG_RTC_STATUS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/rtc/
H A Drtc-tps6594.c90 ret = regmap_test_bits(tps->regmap, TPS6594_REG_RTC_STATUS, in tps6594_rtc_read_time()
340 ret = regmap_read(tps->regmap, TPS6594_REG_RTC_STATUS, &rtc_reg); in tps6594_rtc_interrupt()
381 ret = regmap_test_bits(tps->regmap, TPS6594_REG_RTC_STATUS, in tps6594_rtc_probe()
402 ret = regmap_test_bits(tps->regmap, TPS6594_REG_RTC_STATUS, in tps6594_rtc_probe()
462 ret = regmap_write(tps->regmap, TPS6594_REG_RTC_STATUS, in tps6594_rtc_resume()
/linux/include/linux/mfd/
H A Dtps6594.h211 #define TPS6594_REG_RTC_STATUS 0xc4 macro