Searched refs:GSR_SDONE (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.c78 GSR = GSR_CDONE | GSR_SDONE;
82 wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_SDONE, 1);
83 if (!((GSR | gsr_bits) & GSR_SDONE)) {
91 GSR = GSR_CDONE | GSR_SDONE;
95 wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_SDONE, 1);
119 GSR = GSR_CDONE | GSR_SDONE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Dpxa2xx-ac97.c62 GSR = GSR_CDONE | GSR_SDONE;
67 if (wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_SDONE, 1) <= 0 &&
68 !((GSR | gsr_bits) & GSR_SDONE)) {
76 GSR = GSR_CDONE | GSR_SDONE;
80 wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_SDONE, 1);
96 GSR = GSR_CDONE | GSR_SDONE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dpxa-regs.h548 #define GSR_SDONE (1 << 18) /* Status Done */ macro

Completed in 70 milliseconds