Searched refs:I2S_CLR (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/soc/rockchip/ |
| H A D | rockchip_i2s.c | 159 ret = regmap_update_bits(i2s->regmap, I2S_CLR, in rockchip_snd_txctrl() 165 I2S_CLR, in rockchip_snd_txctrl() 217 ret = regmap_update_bits(i2s->regmap, I2S_CLR, in rockchip_snd_rxctrl() 223 I2S_CLR, in rockchip_snd_rxctrl() 568 case I2S_CLR: in rockchip_i2s_wr_reg() 585 case I2S_CLR: in rockchip_i2s_rd_reg() 600 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() 857 case I2S_CLR: in rockchip_i2s_tdm_wr_reg() 877 case I2S_CLR: in rockchip_i2s_tdm_rd_reg() 897 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 | 282 #define I2S_CLR (0x0020) macro
|