Home
last modified time | relevance | path

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

/sound/soc/au1x/
Dpsc-i2s.c44 #define I2SSTAT_BUSY(stype) \ macro
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()