Home
last modified time | relevance | path

Searched refs:I2S_DMACR (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/rockchip/
H A Drockchip_i2s_tdm.c260 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 Drockchip_i2s.h233 #define I2S_DMACR (0x0010) macro
/linux/sound/soc/intel/keembay/
H A Dkmb_platform.h110 #define I2S_DMACR 0x0200 macro
/linux/sound/soc/dwc/
H A Dlocal.h74 #define I2S_DMACR 0x0200 macro
H A Ddwc-i2s.c156 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()