Searched refs:regmap_reg (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/mfd/ |
| H A D | tps6594-core.c | 433 unsigned int regmap_reg, mask_val; in tps6594_handle_post_irq() local 447 regmap_reg = TPS6594_REG_INT_FSM_ERR; in tps6594_handle_post_irq() 450 regmap_reg = TPS6594_REG_INT_COMM_ERR; in tps6594_handle_post_irq() 454 ret = regmap_write_bits(tps->regmap, regmap_reg, mask_val, mask_val); in tps6594_handle_post_irq() 508 unsigned int regmap_reg, mask_val; in tps6594_check_crc_mode() local 511 regmap_reg = TPS6594_REG_CONFIG_2; in tps6594_check_crc_mode() 514 regmap_reg = TPS6594_REG_SERIAL_IF_CONFIG; in tps6594_check_crc_mode() 523 ret = regmap_test_bits(tps->regmap, regmap_reg, mask_val); in tps6594_check_crc_mode() 538 unsigned int regmap_reg, mask_val; in tps6594_set_crc_feature() local 541 regmap_reg = TPS6594_REG_CONFIG_2; in tps6594_set_crc_feature() [all …]
|
| /linux-6.15/drivers/misc/ |
| H A D | tps6594-pfsm.c | 138 unsigned int regmap_reg, mask; in tps6594_pfsm_ioctl() local 210 regmap_reg = TPS65224_REG_STARTUP_CTRL; in tps6594_pfsm_ioctl() 213 regmap_reg = TPS6594_REG_RTC_CTRL_2; in tps6594_pfsm_ioctl() 218 ret = regmap_write_bits(pfsm->regmap, regmap_reg, in tps6594_pfsm_ioctl() 221 ret = regmap_write_bits(pfsm->regmap, regmap_reg, in tps6594_pfsm_ioctl()
|
| /linux-6.15/drivers/base/regmap/ |
| H A D | trace.h | 16 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,
|