Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/arm/
H A Dpxa2xx-ac97-lib.c216 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()
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/include/mach/
H A Dregs-ac97.h63 #define GSR_PCR (1 << 8) /* Primary Codec Ready */ macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h404 #define GSR_PCR (1 << 8) /* Primary Codec Ready */ macro