Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/rockchip/
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()
Drockchip_i2s.h200 #define I2S_CLR_RXC BIT(1) macro
Drockchip_i2s_tdm.c219 bool rx = clr & I2S_CLR_RXC; in rockchip_snd_xfer_clear()
311 I2S_CLR_TXC | I2S_CLR_RXC); in rockchip_snd_txrxctrl()
343 rockchip_snd_xfer_clear(i2s_tdm, I2S_CLR_RXC); in rockchip_snd_rxctrl()
496 rockchip_snd_xfer_clear(i2s_tdm, I2S_CLR_TXC | I2S_CLR_RXC); in rockchip_i2s_tdm_xfer_pause()
Drockchip_i2s_tdm.h209 #define I2S_CLR_RXC BIT(1) macro