Searched refs:GSR_SCR (Results 1 – 2 of 2) sorted by relevance
118 wait_event_timeout(gsr_wq, gsr_bits & (GSR_PCR | GSR_SCR), 1); in pxa_ac97_warm_pxa25x()130 wait_event_timeout(gsr_wq, gsr_bits & (GSR_PCR | GSR_SCR), 1); in pxa_ac97_cold_pxa25x()172 while (!((GSR | gsr_bits) & (GSR_PCR | GSR_SCR)) && timeout--) in pxa_ac97_warm_pxa3xx()195 while (!(GSR & (GSR_PCR | GSR_SCR)) && timeout--) in pxa_ac97_cold_pxa3xx()221 if (!(gsr & (GSR_PCR | GSR_SCR))) { in pxa2xx_ac97_try_warm_reset()254 if (!(gsr & (GSR_PCR | GSR_SCR))) { in pxa2xx_ac97_try_cold_reset()
61 #define GSR_SCR (1 << 9) /* Secondary Codec Ready */ macro