Lines Matching refs:regmap_update_bits
80 regmap_update_bits(i2s->regmap, I2S_DMACR, in rockchip_snd_txctrl()
83 regmap_update_bits(i2s->regmap, I2S_XFER, in rockchip_snd_txctrl()
91 regmap_update_bits(i2s->regmap, I2S_DMACR, in rockchip_snd_txctrl()
95 regmap_update_bits(i2s->regmap, I2S_XFER, in rockchip_snd_txctrl()
101 regmap_update_bits(i2s->regmap, I2S_CLR, in rockchip_snd_txctrl()
126 regmap_update_bits(i2s->regmap, I2S_DMACR, in rockchip_snd_rxctrl()
129 regmap_update_bits(i2s->regmap, I2S_XFER, in rockchip_snd_rxctrl()
137 regmap_update_bits(i2s->regmap, I2S_DMACR, in rockchip_snd_rxctrl()
141 regmap_update_bits(i2s->regmap, I2S_XFER, in rockchip_snd_rxctrl()
147 regmap_update_bits(i2s->regmap, I2S_CLR, in rockchip_snd_rxctrl()
185 regmap_update_bits(i2s->regmap, I2S_CKR, mask, val); in rockchip_i2s_set_fmt()
202 regmap_update_bits(i2s->regmap, I2S_TXCR, mask, val); in rockchip_i2s_set_fmt()
219 regmap_update_bits(i2s->regmap, I2S_RXCR, mask, val); in rockchip_i2s_set_fmt()
269 regmap_update_bits(i2s->regmap, I2S_RXCR, in rockchip_i2s_hw_params()
273 regmap_update_bits(i2s->regmap, I2S_TXCR, in rockchip_i2s_hw_params()
277 regmap_update_bits(i2s->regmap, I2S_DMACR, I2S_DMACR_TDL_MASK, in rockchip_i2s_hw_params()
279 regmap_update_bits(i2s->regmap, I2S_DMACR, I2S_DMACR_RDL_MASK, in rockchip_i2s_hw_params()
286 regmap_update_bits(i2s->regmap, I2S_CKR, in rockchip_i2s_hw_params()