Home
last modified time | relevance | path

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

/device/board/hihope/dayu210/audio_drivers/dai/src/
H A Drk3588_dai_ops.c449 if (regmap_update_bits(i2sTdm->regmap, I2S_DMACR, I2S_DMACR_TDE_ENABLE, I2S_DMACR_TDE_ENABLE)) { in Rk3588TxAndRxStart()
498 ret = regmap_update_bits(i2sTdm->regmap, I2S_DMACR, I2S_DMACR_TDE_ENABLE, I2S_DMACR_TDE_DISABLE); in Rk3588TxAndRxStop()
/device/board/hihope/rk3568/audio_drivers/dai/src/
H A Drk3568_dai_ops.c451 if (regmap_update_bits(i2sTdm->regmap, I2S_DMACR, I2S_DMACR_TDE_ENABLE, I2S_DMACR_TDE_ENABLE)) { in Rk3568TxAndRxStart()
500 ret = regmap_update_bits(i2sTdm->regmap, I2S_DMACR, I2S_DMACR_TDE_ENABLE, I2S_DMACR_TDE_DISABLE); in Rk3568TxAndRxStop()
/device/board/hihope/dayu210/audio_drivers/dai/include/
H A Drk3588_dai_linux.h68 #define I2S_DMACR_TDE_ENABLE (1 << I2S_DMACR_TDE_SHIFT) macro
/device/board/hihope/rk3568/audio_drivers/dai/include/
H A Drk3568_dai_linux.h166 #define I2S_DMACR_TDE_ENABLE (1 << I2S_DMACR_TDE_SHIFT) macro

Completed in 3 milliseconds