Home
last modified time | relevance | path

Searched refs:I2S_CFG (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/au1x/
H A Dpsc-i2s.c123 cfgbits = __raw_readl(I2S_CFG(pscdata)); in au1xpsc_i2s_hw_params()
159 __raw_writel(0, I2S_CFG(pscdata)); in au1xpsc_i2s_configure()
161 __raw_writel(pscdata->cfg | PSC_I2SCFG_DE_ENABLE, I2S_CFG(pscdata)); in au1xpsc_i2s_configure()
173 __raw_writel(0, I2S_CFG(pscdata)); in au1xpsc_i2s_configure()
228 __raw_writel(0, I2S_CFG(pscdata)); in au1xpsc_i2s_stop()
325 __raw_writel(0, I2S_CFG(wd)); in au1xpsc_i2s_drvprobe()
351 __raw_writel(0, I2S_CFG(wd)); in au1xpsc_i2s_drvremove()
365 __raw_writel(0, I2S_CFG(wd)); in au1xpsc_i2s_drvsuspend()
H A Di2sc.c23 #define I2S_CFG 0x04 macro
149 WR(ctx, I2S_CFG, ctx->cfg); in au1xi2s_trigger()
154 WR(ctx, I2S_CFG, ctx->cfg); in au1xi2s_trigger()
H A Dpsc.h29 #define I2S_CFG(x) ((x)->mmio + PSC_I2SCFG_OFFSET) macro