Searched refs:I2S_CFG (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/sound/soc/au1x/ |
D | psc-i2s.c | 126 cfgbits = __raw_readl(I2S_CFG(pscdata)); in au1xpsc_i2s_hw_params() 162 __raw_writel(0, I2S_CFG(pscdata)); in au1xpsc_i2s_configure() 164 __raw_writel(pscdata->cfg | PSC_I2SCFG_DE_ENABLE, I2S_CFG(pscdata)); in au1xpsc_i2s_configure() 176 __raw_writel(0, I2S_CFG(pscdata)); in au1xpsc_i2s_configure() 231 __raw_writel(0, I2S_CFG(pscdata)); in au1xpsc_i2s_stop() 328 __raw_writel(0, I2S_CFG(wd)); in au1xpsc_i2s_drvprobe() 356 __raw_writel(0, I2S_CFG(wd)); in au1xpsc_i2s_drvremove() 372 __raw_writel(0, I2S_CFG(wd)); in au1xpsc_i2s_drvsuspend()
|
D | i2sc.c | 22 #define I2S_CFG 0x04 macro 148 WR(ctx, I2S_CFG, ctx->cfg); in au1xi2s_trigger() 153 WR(ctx, I2S_CFG, ctx->cfg); in au1xi2s_trigger()
|
D | psc.h | 33 #define I2S_CFG(x) ((x)->mmio + PSC_I2SCFG_OFFSET) macro
|