Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/rockchip/
Drockchip_i2s.c101 regmap_update_bits(i2s->regmap, I2S_CLR, in rockchip_snd_txctrl()
105 regmap_read(i2s->regmap, I2S_CLR, &val); in rockchip_snd_txctrl()
109 regmap_read(i2s->regmap, I2S_CLR, &val); in rockchip_snd_txctrl()
147 regmap_update_bits(i2s->regmap, I2S_CLR, in rockchip_snd_rxctrl()
151 regmap_read(i2s->regmap, I2S_CLR, &val); in rockchip_snd_rxctrl()
155 regmap_read(i2s->regmap, I2S_CLR, &val); in rockchip_snd_rxctrl()
392 case I2S_CLR: in rockchip_i2s_wr_reg()
409 case I2S_CLR: in rockchip_i2s_rd_reg()
423 case I2S_CLR: in rockchip_i2s_volatile_reg()
Drockchip_i2s.h235 #define I2S_CLR (0x0020) macro