Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dtps6594-core.c433 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/drivers/misc/
H A Dtps6594-pfsm.c138 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()