Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dtps6594-pfsm.c141 ret = regmap_clear_bits(pfsm->regmap, TPS6594_REG_RTC_CTRL_2, in tps6594_pfsm_ioctl()
152 ret = regmap_set_bits(pfsm->regmap, TPS6594_REG_RTC_CTRL_2, in tps6594_pfsm_ioctl()
196 ret = regmap_write_bits(pfsm->regmap, TPS6594_REG_RTC_CTRL_2, in tps6594_pfsm_ioctl()
200 ret = regmap_write_bits(pfsm->regmap, TPS6594_REG_RTC_CTRL_2, in tps6594_pfsm_ioctl()
/openbmc/linux/include/linux/mfd/
H A Dtps6594.h201 #define TPS6594_REG_RTC_CTRL_2 0xc3 macro