Home
last modified time | relevance | path

Searched refs:I2S_CLR (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/rockchip/
H A Drockchip_i2s_tdm.c236 regmap_update_bits(i2s_tdm->regmap, I2S_CLR, clr, clr); in rockchip_snd_xfer_clear()
238 regmap_read(i2s_tdm->regmap, I2S_CLR, &val); in rockchip_snd_xfer_clear()
242 regmap_read(i2s_tdm->regmap, I2S_CLR, &val); in rockchip_snd_xfer_clear()
847 case I2S_CLR: in rockchip_i2s_tdm_wr_reg()
867 case I2S_CLR: in rockchip_i2s_tdm_rd_reg()
887 case I2S_CLR: in rockchip_i2s_tdm_volatile_reg()
H A Drockchip_i2s.h237 #define I2S_CLR (0x0020) macro