Home
last modified time | relevance | path

Searched refs:TPS6594_REG_RTC_CTRL_2 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/misc/
H A Dtps6594-pfsm.c151 ret = regmap_clear_bits(pfsm->regmap, TPS6594_REG_RTC_CTRL_2, in tps6594_pfsm_ioctl()
168 ret = regmap_set_bits(pfsm->regmap, TPS6594_REG_RTC_CTRL_2, in tps6594_pfsm_ioctl()
219 regmap_reg = TPS6594_REG_RTC_CTRL_2; in tps6594_pfsm_ioctl()
/linux/drivers/rtc/
H A Drtc-tps6594.c377 ret = regmap_set_bits(tps->regmap, TPS6594_REG_RTC_CTRL_2, in tps6594_rtc_probe()
/linux/include/linux/mfd/
H A Dtps6594.h209 #define TPS6594_REG_RTC_CTRL_2 0xc3 macro