Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/rockchip/
Drockchip_i2s.c121 regmap_update_bits(i2s->regmap, I2S_CLR, in rockchip_snd_txctrl()
125 regmap_read(i2s->regmap, I2S_CLR, &val); in rockchip_snd_txctrl()
129 regmap_read(i2s->regmap, I2S_CLR, &val); in rockchip_snd_txctrl()
168 regmap_update_bits(i2s->regmap, I2S_CLR, in rockchip_snd_rxctrl()
172 regmap_read(i2s->regmap, I2S_CLR, &val); in rockchip_snd_rxctrl()
176 regmap_read(i2s->regmap, I2S_CLR, &val); in rockchip_snd_rxctrl()
491 case I2S_CLR: in rockchip_i2s_wr_reg()
508 case I2S_CLR: in rockchip_i2s_rd_reg()
523 case I2S_CLR: in rockchip_i2s_volatile_reg()
Drockchip_i2s.h238 #define I2S_CLR (0x0020) macro