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.c261 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 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.h71 #define I2S_DMACR 0x0200
74 #define I2S_DMACR global() macro
H A Ddwc-i2s.c153 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()