Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dtps6594-pfsm.c113 ret = regmap_set_bits(regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_configure_ret_trig()
116 ret = regmap_clear_bits(regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_configure_ret_trig()
122 ret = regmap_set_bits(regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_configure_ret_trig()
125 ret = regmap_clear_bits(regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_configure_ret_trig()
147 ret = regmap_write_bits(pfsm->regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_ioctl()
158 ret = regmap_write_bits(pfsm->regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_ioctl()
163 ret = regmap_write_bits(pfsm->regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_ioctl()
/openbmc/linux/drivers/mfd/
H A Dtps6594-core.c362 ret = regmap_write_bits(tps->regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_set_crc_feature()
/openbmc/linux/include/linux/mfd/
H A Dtps6594.h140 #define TPS6594_REG_FSM_I2C_TRIGGERS 0x85 macro