Home
last modified time | relevance | path

Searched refs:I2S_CLR (Results 1 – 11 of 11) sorted by relevance

/device/board/hihope/dayu210/audio_drivers/dai/src/
Drk3588_dai_linux_driver.c48 case I2S_CLR: in rockchip_i2s_tdm_wr_reg()
68 case I2S_CLR: in rockchip_i2s_tdm_rd_reg()
88 case I2S_CLR: in rockchip_i2s_tdm_volatile_reg()
Drk3588_dai_ops.c524 …ret = regmap_update_bits(i2sTdm->regmap, I2S_CLR, I2S_CLR_TXC | I2S_CLR_RXC, I2S_CLR_TXC | I2S_CLR… in Rk3588TxAndRxStop()
530 ret = regmap_read(i2sTdm->regmap, I2S_CLR, &val); in Rk3588TxAndRxStop()
538 ret = regmap_read(i2sTdm->regmap, I2S_CLR, &val); in Rk3588TxAndRxStop()
/device/board/hihope/rk3568/audio_drivers/dai/src/
Drk3568_dai_linux_driver.c77 case I2S_CLR: in rockchip_i2s_tdm_wr_reg()
97 case I2S_CLR: in rockchip_i2s_tdm_rd_reg()
117 case I2S_CLR: in rockchip_i2s_tdm_volatile_reg()
Drk3568_dai_ops.c526 …ret = regmap_update_bits(i2sTdm->regmap, I2S_CLR, I2S_CLR_TXC | I2S_CLR_RXC, I2S_CLR_TXC | I2S_CLR… in Rk3568TxAndRxStop()
532 ret = regmap_read(i2sTdm->regmap, I2S_CLR, &val); in Rk3568TxAndRxStop()
540 ret = regmap_read(i2sTdm->regmap, I2S_CLR, &val); in Rk3568TxAndRxStop()
/device/board/kaihong/khdvk_3566b/kernel/audio/dai/src/
Drk3568_dai_linux_driver.c77 case I2S_CLR: in rockchip_i2s_tdm_wr_reg()
97 case I2S_CLR: in rockchip_i2s_tdm_rd_reg()
117 case I2S_CLR: in rockchip_i2s_tdm_volatile_reg()
Drk3568_dai_ops.c519 …ret = regmap_update_bits(i2sTdm->regmap, I2S_CLR, I2S_CLR_TXC | I2S_CLR_RXC, I2S_CLR_TXC | I2S_CLR… in Rk3568TxAndRxStop()
525 ret = regmap_read(i2sTdm->regmap, I2S_CLR, &val); in Rk3568TxAndRxStop()
533 ret = regmap_read(i2sTdm->regmap, I2S_CLR, &val); in Rk3568TxAndRxStop()
/device/board/hihope/dayu210/audio_drivers/dai/include/
Drk3588_dai_linux.h122 #define I2S_CLR (0x0020) macro
/device/board/hihope/rk3568/audio_drivers/dai/include/
Drk3568_dai_linux.h29 #define I2S_CLR (0x0020) macro
/device/board/kaihong/khdvk_3566b/kernel/audio/dai/include/
Drk3568_dai_linux.h29 #define I2S_CLR (0x0020) macro
/device/board/isoftstone/yangfan/kernel/hdf/drivers/audio/dai/src/
Drk3399_dai_ops.c52 #define I2S_CLR (0x0020) macro
419 regmap_update_bits(g_rkI2SDev->regmap, I2S_CLR, I2S_CLR_TXC | I2S_CLR_RXC, in DaiTrigger()
/device/soc/rockchip/rk2206/hardware/lib/CMSIS/Device/RK2206/Include/
Drk2206.h576 __O uint32_t I2S_CLR; /* Address Offset: 0x0320 */ member