I2S_STAT          120 sound/soc/au1x/psc-i2s.c 	stat = __raw_readl(I2S_STAT(pscdata));
I2S_STAT          153 sound/soc/au1x/psc-i2s.c 	while (!(__raw_readl(I2S_STAT(pscdata)) & PSC_I2SSTAT_SR) && tmo)
I2S_STAT          166 sound/soc/au1x/psc-i2s.c 	while (!(__raw_readl(I2S_STAT(pscdata)) & PSC_I2SSTAT_DR) && tmo)
I2S_STAT          187 sound/soc/au1x/psc-i2s.c 	stat = __raw_readl(I2S_STAT(pscdata));
I2S_STAT          201 sound/soc/au1x/psc-i2s.c 	while (!(__raw_readl(I2S_STAT(pscdata)) & I2SSTAT_BUSY(stype)) && tmo)
I2S_STAT          222 sound/soc/au1x/psc-i2s.c 	while ((__raw_readl(I2S_STAT(pscdata)) & I2SSTAT_BUSY(stype)) && tmo)
I2S_STAT          226 sound/soc/au1x/psc-i2s.c 	stat = __raw_readl(I2S_STAT(pscdata));