Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/
Dtps6594-pfsm.c115 ret = regmap_set_bits(regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_configure_ret_trig()
118 ret = regmap_clear_bits(regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_configure_ret_trig()
124 ret = regmap_set_bits(regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_configure_ret_trig()
127 ret = regmap_clear_bits(regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_configure_ret_trig()
153 ret = regmap_write_bits(pfsm->regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_ioctl()
168 ret = regmap_write_bits(pfsm->regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_ioctl()
173 ret = regmap_write_bits(pfsm->regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_ioctl()
/linux-6.12.1/drivers/mfd/
Dtps6594-core.c544 regmap_reg = TPS6594_REG_FSM_I2C_TRIGGERS; in tps6594_set_crc_feature()
/linux-6.12.1/include/linux/mfd/
Dtps6594.h140 #define TPS6594_REG_FSM_I2C_TRIGGERS 0x85 macro