Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/rockchip/
Drockchip_i2s.c118 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()
490 case I2S_CLR: in rockchip_i2s_wr_reg()
507 case I2S_CLR: in rockchip_i2s_rd_reg()
522 case I2S_CLR: in rockchip_i2s_volatile_reg()
Drockchip_i2s.h235 #define I2S_CLR (0x0020) macro