Searched refs:I2S_CLR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/rockchip/ |
H A D | rockchip_i2s.c | 118 regmap_update_bits(i2s->regmap, I2S_CLR, in rockchip_snd_txctrl() 122 regmap_read(i2s->regmap, I2S_CLR, &val); in rockchip_snd_txctrl() 126 regmap_read(i2s->regmap, I2S_CLR, &val); in rockchip_snd_txctrl() 165 regmap_update_bits(i2s->regmap, I2S_CLR, in rockchip_snd_rxctrl() 169 regmap_read(i2s->regmap, I2S_CLR, &val); in rockchip_snd_rxctrl() 173 regmap_read(i2s->regmap, I2S_CLR, &val); in rockchip_snd_rxctrl() 499 case I2S_CLR: in rockchip_i2s_wr_reg() 516 case I2S_CLR: in rockchip_i2s_rd_reg() 531 case I2S_CLR: in rockchip_i2s_volatile_reg()
|
H A D | rockchip_i2s.h | 235 #define I2S_CLR (0x0020) macro
|
/kernel/linux/linux-6.6/sound/soc/rockchip/ |
H A D | rockchip_i2s.c | 160 ret = regmap_update_bits(i2s->regmap, I2S_CLR, in rockchip_snd_txctrl() 166 I2S_CLR, in rockchip_snd_txctrl() 218 ret = regmap_update_bits(i2s->regmap, I2S_CLR, in rockchip_snd_rxctrl() 224 I2S_CLR, in rockchip_snd_rxctrl() 569 case I2S_CLR: in rockchip_i2s_wr_reg() 586 case I2S_CLR: in rockchip_i2s_rd_reg() 601 case I2S_CLR: in rockchip_i2s_volatile_reg()
|
H A D | rockchip_i2s_tdm.c | 237 regmap_update_bits(i2s_tdm->regmap, I2S_CLR, clr, clr); in rockchip_snd_xfer_clear() 239 regmap_read(i2s_tdm->regmap, I2S_CLR, &val); in rockchip_snd_xfer_clear() 243 regmap_read(i2s_tdm->regmap, I2S_CLR, &val); in rockchip_snd_xfer_clear() 841 case I2S_CLR: in rockchip_i2s_tdm_wr_reg() 861 case I2S_CLR: in rockchip_i2s_tdm_rd_reg() 881 case I2S_CLR: in rockchip_i2s_tdm_volatile_reg()
|
H A D | rockchip_i2s.h | 237 #define I2S_CLR (0x0020) macro
|
H A D | rockchip_i2s_tdm.h | 280 #define I2S_CLR (0x0020) macro
|
Completed in 6 milliseconds