Lines Matching refs:regmap_update_bits
617 return regmap_update_bits(devrec->regmap_short, REG_INTCON, in mrf24j40_start()
628 regmap_update_bits(devrec->regmap_short, REG_INTCON, in mrf24j40_stop()
646 ret = regmap_update_bits(devrec->regmap_long, REG_RFCON0, in mrf24j40_set_channel()
652 ret = regmap_update_bits(devrec->regmap_short, REG_RFCTL, BIT_RFRST, in mrf24j40_set_channel()
657 ret = regmap_update_bits(devrec->regmap_short, REG_RFCTL, BIT_RFRST, 0); in mrf24j40_set_channel()
723 ret = regmap_update_bits(devrec->regmap_short, REG_RXMCR, in mrf24j40_filter()
845 return regmap_update_bits(devrec->regmap_short, REG_TXMCR, in mrf24j40_csma_params()
877 return regmap_update_bits(devrec->regmap_short, REG_BBREG2, in mrf24j40_set_cca_mode()
981 return regmap_update_bits(devrec->regmap_long, REG_RFCON3, in mrf24j40_set_txpower()
992 ret = regmap_update_bits(devrec->regmap_short, REG_RXMCR, in mrf24j40_set_promiscuous_mode()
997 ret = regmap_update_bits(devrec->regmap_short, REG_RXMCR, in mrf24j40_set_promiscuous_mode()
1124 ret = regmap_update_bits(devrec->regmap_short, REG_RXMCR, 0x03, 0x00); in mrf24j40_hw_init()
1132 regmap_update_bits(devrec->regmap_long, REG_TESTMODE, 0x07, in mrf24j40_hw_init()
1136 regmap_update_bits(devrec->regmap_short, REG_TRISGPIO, 0x08, in mrf24j40_hw_init()
1140 regmap_update_bits(devrec->regmap_short, REG_GPIO, 0x08, 0x08); in mrf24j40_hw_init()
1157 ret = regmap_update_bits(devrec->regmap_long, REG_SLPCON0, in mrf24j40_hw_init()