Searched refs:I2S_DMACR_TDE_ENABLE (Results 1 - 4 of 4) sorted by relevance
/device/board/hihope/dayu210/audio_drivers/dai/src/ |
H A D | rk3588_dai_ops.c | 449 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 D | rk3568_dai_ops.c | 451 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 D | rk3588_dai_linux.h | 68 #define I2S_DMACR_TDE_ENABLE (1 << I2S_DMACR_TDE_SHIFT) macro
|
/device/board/hihope/rk3568/audio_drivers/dai/include/ |
H A D | rk3568_dai_linux.h | 166 #define I2S_DMACR_TDE_ENABLE (1 << I2S_DMACR_TDE_SHIFT) macro
|
Completed in 3 milliseconds