Home
last modified time | relevance | path

Searched refs:I2S_CLR_TXC (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/rockchip/
H A Drockchip_i2s.c160 I2S_CLR_TXC | I2S_CLR_RXC, in rockchip_snd_txctrl()
161 I2S_CLR_TXC | I2S_CLR_RXC); in rockchip_snd_txctrl()
218 I2S_CLR_TXC | I2S_CLR_RXC, in rockchip_snd_rxctrl()
219 I2S_CLR_TXC | I2S_CLR_RXC); in rockchip_snd_rxctrl()
H A Drockchip_i2s.h201 #define I2S_CLR_TXC BIT(0) macro
H A Drockchip_i2s_tdm.c219 bool tx = clr & I2S_CLR_TXC; in rockchip_snd_xfer_clear()
312 I2S_CLR_TXC | I2S_CLR_RXC); in rockchip_snd_txrxctrl()
329 rockchip_snd_xfer_clear(i2s_tdm, I2S_CLR_TXC); in rockchip_snd_txctrl()
497 rockchip_snd_xfer_clear(i2s_tdm, I2S_CLR_TXC | I2S_CLR_RXC); in rockchip_i2s_tdm_xfer_pause()
H A Drockchip_i2s_tdm.h210 #define I2S_CLR_TXC BIT(0) macro