Home
last modified time | relevance | path

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

/device/board/hihope/dayu210/audio_drivers/dai/include/
H A Drk3588_dai_linux.h77 #define I2S_CLR_RXC BIT(1) macro
/device/board/hihope/dayu210/audio_drivers/dai/src/
H A Drk3588_dai_ops.c524 ret = regmap_update_bits(i2sTdm->regmap, I2S_CLR, I2S_CLR_TXC | I2S_CLR_RXC, I2S_CLR_TXC | I2S_CLR_RXC); in Rk3588TxAndRxStop()
/device/board/hihope/rk3568/audio_drivers/dai/src/
H A Drk3568_dai_ops.c526 ret = regmap_update_bits(i2sTdm->regmap, I2S_CLR, I2S_CLR_TXC | I2S_CLR_RXC, I2S_CLR_TXC | I2S_CLR_RXC); in Rk3568TxAndRxStop()
/device/board/hihope/rk3568/audio_drivers/dai/include/
H A Drk3568_dai_linux.h186 #define I2S_CLR_RXC BIT(1) macro

Completed in 6 milliseconds