Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/sound/
H A Drockchip-i2s.c105 I2S_CLR_TXC | I2S_CLR_RXC); in rk_i2s_txctrl()
H A Drockchip-i2s.h204 #define I2S_CLR_RXC BIT(1) macro
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_i2s.h200 #define I2S_CLR_RXC BIT(1) macro
H A Drockchip_i2s_tdm.h242 #define I2S_CLR_RXC BIT(1) macro
H A Drockchip_i2s_tdm.c473 case I2S_CLR_RXC: in rockchip_i2s_tdm_clear()
476 case I2S_CLR_TXC | I2S_CLR_RXC: in rockchip_i2s_tdm_clear()
913 clr = I2S_CLR_TXC | I2S_CLR_RXC; in rockchip_i2s_tdm_xfer_stop()
921 clr = I2S_CLR_RXC; in rockchip_i2s_tdm_xfer_stop()
H A Drockchip_i2s.c109 unsigned int clr = I2S_CLR_TXC | I2S_CLR_RXC; in rockchip_i2s_clear()