Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/au1x/
Dpsc-i2s.c123 stat = __raw_readl(I2S_STAT(pscdata)); in au1xpsc_i2s_hw_params()
156 while (!(__raw_readl(I2S_STAT(pscdata)) & PSC_I2SSTAT_SR) && tmo) in au1xpsc_i2s_configure()
169 while (!(__raw_readl(I2S_STAT(pscdata)) & PSC_I2SSTAT_DR) && tmo) in au1xpsc_i2s_configure()
190 stat = __raw_readl(I2S_STAT(pscdata)); in au1xpsc_i2s_start()
204 while (!(__raw_readl(I2S_STAT(pscdata)) & I2SSTAT_BUSY(stype)) && tmo) in au1xpsc_i2s_start()
225 while ((__raw_readl(I2S_STAT(pscdata)) & I2SSTAT_BUSY(stype)) && tmo) in au1xpsc_i2s_stop()
229 stat = __raw_readl(I2S_STAT(pscdata)); in au1xpsc_i2s_stop()
Dpsc.h32 #define I2S_STAT(x) ((x)->mmio + PSC_I2SSTAT_OFFSET) macro