Searched refs:GSR_SCR (Results 1 – 2 of 2) sorted by relevance
216 while (!((GSR | gsr_bits) & (GSR_PCR | GSR_SCR)) && timeout--) in pxa2xx_ac97_try_warm_reset()220 if (!(gsr & (GSR_PCR | GSR_SCR))) { in pxa2xx_ac97_try_warm_reset()253 while (!((GSR | gsr_bits) & (GSR_PCR | GSR_SCR)) && timeout--) in pxa2xx_ac97_try_cold_reset()257 if (!(gsr & (GSR_PCR | GSR_SCR))) { in pxa2xx_ac97_try_cold_reset()
62 #define GSR_SCR (1 << 9) /* Secondary Codec Ready */ macro