Searched refs:I2S_DMACR (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/soc/rockchip/ |
| H A D | rockchip_i2s_tdm.c | 261 regmap_update_bits(regmap, I2S_DMACR, I2S_DMACR_TDE_ENABLE, in rockchip_enable_tde() 267 regmap_update_bits(regmap, I2S_DMACR, I2S_DMACR_TDE_ENABLE, in rockchip_disable_tde() 273 regmap_update_bits(regmap, I2S_DMACR, I2S_DMACR_RDE_ENABLE, in rockchip_enable_rde() 279 regmap_update_bits(regmap, I2S_DMACR, I2S_DMACR_RDE_ENABLE, in rockchip_disable_rde() 854 case I2S_DMACR: in rockchip_i2s_tdm_wr_reg() 874 case I2S_DMACR: in rockchip_i2s_tdm_rd_reg() 1356 regmap_update_bits(i2s_tdm->regmap, I2S_DMACR, I2S_DMACR_TDL_MASK, in rockchip_i2s_tdm_probe() 1358 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 | 71 #define I2S_DMACR 0x0200 74 #define I2S_DMACR global() macro
|
| H A D | dwc-i2s.c | 153 u32 dma_reg = i2s_read_reg(dev->i2s_base, I2S_DMACR); 161 i2s_write_reg(dev->i2s_base, I2S_DMACR, dma_reg); in i2s_enable_dma() 166 u32 dma_reg = i2s_read_reg(dev->i2s_base, I2S_DMACR); 176 i2s_write_reg(dev->i2s_base, I2S_DMACR, dma_reg); in i2s_disable_dma()
|