Home
last modified time | relevance | path

Searched refs:I2S_STAT (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/sound/soc/au1x/
Dpsc-i2s.c120 stat = __raw_readl(I2S_STAT(pscdata)); in au1xpsc_i2s_hw_params()
153 while (!(__raw_readl(I2S_STAT(pscdata)) & PSC_I2SSTAT_SR) && tmo) in au1xpsc_i2s_configure()
166 while (!(__raw_readl(I2S_STAT(pscdata)) & PSC_I2SSTAT_DR) && tmo) in au1xpsc_i2s_configure()
187 stat = __raw_readl(I2S_STAT(pscdata)); in au1xpsc_i2s_start()
201 while (!(__raw_readl(I2S_STAT(pscdata)) & I2SSTAT_BUSY(stype)) && tmo) in au1xpsc_i2s_start()
222 while ((__raw_readl(I2S_STAT(pscdata)) & I2SSTAT_BUSY(stype)) && tmo) in au1xpsc_i2s_stop()
226 stat = __raw_readl(I2S_STAT(pscdata)); in au1xpsc_i2s_stop()
Dpsc.h28 #define I2S_STAT(x) ((x)->mmio + PSC_I2SSTAT_OFFSET) macro