Searched refs:GSR_PCR (Results 1 – 2 of 2) sorted by relevance
219 while (!((GSR | gsr_bits) & (GSR_PCR | GSR_SCR)) && timeout--) in pxa2xx_ac97_try_warm_reset()223 if (!(gsr & (GSR_PCR | GSR_SCR))) { in pxa2xx_ac97_try_warm_reset()256 while (!((GSR | gsr_bits) & (GSR_PCR | GSR_SCR)) && timeout--) in pxa2xx_ac97_try_cold_reset()260 if (!(gsr & (GSR_PCR | GSR_SCR))) { in pxa2xx_ac97_try_cold_reset()
63 #define GSR_PCR (1 << 8) /* Primary Codec Ready */ macro