Searched refs:GSR_SCR (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/pxa/
H A Dpxa2xx-ac97.c144 wait_event_timeout(gsr_wq, gsr_bits & (GSR_PCR | GSR_SCR), 1);
147 if (!((GSR | gsr_bits) & (GSR_PCR | GSR_SCR)))
171 wait_event_timeout(gsr_wq, gsr_bits & (GSR_PCR | GSR_SCR), 1);
174 if (!((GSR | gsr_bits) & (GSR_PCR | GSR_SCR)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Dpxa2xx-ac97.c124 wait_event_timeout(gsr_wq, gsr_bits & (GSR_PCR | GSR_SCR), 1);
127 if (!((GSR | gsr_bits) & (GSR_PCR | GSR_SCR))) {
143 wait_event_timeout(gsr_wq, gsr_bits & (GSR_PCR | GSR_SCR), 1);
146 if (!((GSR | gsr_bits) & (GSR_PCR | GSR_SCR)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dpxa-regs.h555 #define GSR_SCR (1 << 9) /* Secondary Codec Ready */ macro

Completed in 62 milliseconds