Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dtps6594-core.c507 unsigned int regmap_reg, mask_val; in tps6594_handle_post_irq() local
521 regmap_reg = TPS6594_REG_INT_FSM_ERR; in tps6594_handle_post_irq()
524 regmap_reg = TPS6594_REG_INT_COMM_ERR; in tps6594_handle_post_irq()
528 ret = regmap_write_bits(tps->regmap, regmap_reg, mask_val, mask_val); in tps6594_handle_post_irq()
594 unsigned int regmap_reg, mask_val; in tps6594_check_crc_mode() local
597 regmap_reg = TPS6594_REG_CONFIG_2; in tps6594_check_crc_mode()
600 regmap_reg = TPS6594_REG_SERIAL_IF_CONFIG; in tps6594_check_crc_mode()
609 ret = regmap_test_bits(tps->regmap, regmap_reg, mask_val); in tps6594_check_crc_mode()
624 unsigned int regmap_reg, mask_val; in tps6594_set_crc_feature() local
627 regmap_reg = TPS6594_REG_CONFIG_2; in tps6594_set_crc_feature()
[all …]
/linux/drivers/misc/
H A Dtps6594-pfsm.c144 unsigned int regmap_reg, mask; in tps6594_pfsm_ioctl() local
216 regmap_reg = TPS65224_REG_STARTUP_CTRL; in tps6594_pfsm_ioctl()
219 regmap_reg = TPS6594_REG_RTC_CTRL_2; in tps6594_pfsm_ioctl()
224 ret = regmap_write_bits(pfsm->regmap, regmap_reg, in tps6594_pfsm_ioctl()
227 ret = regmap_write_bits(pfsm->regmap, regmap_reg, in tps6594_pfsm_ioctl()
/linux/drivers/base/regmap/
H A Dtrace.h16 DECLARE_EVENT_CLASS(regmap_reg,
38 DEFINE_EVENT(regmap_reg, regmap_reg_write,
46 DEFINE_EVENT(regmap_reg, regmap_reg_read,
54 DEFINE_EVENT(regmap_reg, regmap_reg_read_cache,