Searched refs:I2S_DMACR (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/soc/rockchip/ |
| H A D | rockchip_i2s_tdm.c | 260 regmap_update_bits(regmap, I2S_DMACR, I2S_DMACR_TDE_ENABLE, in rockchip_enable_tde() 266 regmap_update_bits(regmap, I2S_DMACR, I2S_DMACR_TDE_ENABLE, in rockchip_disable_tde() 272 regmap_update_bits(regmap, I2S_DMACR, I2S_DMACR_RDE_ENABLE, in rockchip_enable_rde() 278 regmap_update_bits(regmap, I2S_DMACR, I2S_DMACR_RDE_ENABLE, in rockchip_disable_rde() 844 case I2S_DMACR: in rockchip_i2s_tdm_wr_reg() 864 case I2S_DMACR: in rockchip_i2s_tdm_rd_reg() 1346 regmap_update_bits(i2s_tdm->regmap, I2S_DMACR, I2S_DMACR_TDL_MASK, in rockchip_i2s_tdm_probe() 1348 regmap_update_bits(i2s_tdm->regmap, I2S_DMACR, I2S_DMACR_RDL_MASK, in rockchip_i2s_tdm_probe()
|
| H A D | rockchip_i2s.h | 233 #define I2S_DMACR (0x0010) macro
|
| /linux/sound/soc/intel/keembay/ |
| H A D | kmb_platform.h | 110 #define I2S_DMACR 0x0200 macro
|
| /linux/sound/soc/dwc/ |
| H A D | local.h | 74 #define I2S_DMACR 0x0200 macro
|
| H A D | dwc-i2s.c | 156 u32 dma_reg = i2s_read_reg(dev->i2s_base, I2S_DMACR); in i2s_enable_dma() 164 i2s_write_reg(dev->i2s_base, I2S_DMACR, dma_reg); in i2s_enable_dma() 169 u32 dma_reg = i2s_read_reg(dev->i2s_base, I2S_DMACR); in i2s_disable_dma() 179 i2s_write_reg(dev->i2s_base, I2S_DMACR, dma_reg); in i2s_disable_dma()
|