Searched refs:I2S_CLR (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/sound/soc/rockchip/ |
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()
|
D | rockchip_i2s_tdm.c | 287 regmap_update_bits(i2s_tdm->regmap, I2S_CLR, clr, clr); in rockchip_snd_xfer_clear() 289 regmap_read(i2s_tdm->regmap, I2S_CLR, &val); in rockchip_snd_xfer_clear() 293 regmap_read(i2s_tdm->regmap, I2S_CLR, &val); in rockchip_snd_xfer_clear() 1133 case I2S_CLR: in rockchip_i2s_tdm_wr_reg() 1153 case I2S_CLR: in rockchip_i2s_tdm_rd_reg() 1173 case I2S_CLR: in rockchip_i2s_tdm_volatile_reg()
|
D | rockchip_i2s.h | 237 #define I2S_CLR (0x0020) macro
|
D | rockchip_i2s_tdm.h | 280 #define I2S_CLR (0x0020) macro
|