Home
last modified time | relevance | path

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

/device/board/hihope/dayu210/audio_drivers/dai/include/
H A Drk3588_dai_linux.h78 #define I2S_CLR_TXC BIT(0) 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.h187 #define I2S_CLR_TXC BIT(0) macro

Completed in 3 milliseconds