Searched refs:GSR_CDONE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/arm/
H A Dpxa2xx-ac97-lib.c61 GSR = GSR_CDONE | GSR_SDONE;
75 GSR = GSR_CDONE | GSR_SDONE;
100 GSR = GSR_CDONE | GSR_SDONE;
103 if (wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_CDONE, 1) <= 0 &&
104 !((GSR | gsr_bits) & GSR_CDONE))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dregs-ac97.h53 #define GSR_CDONE (1 << 19) /* Command Done */ macro

Completed in 105 milliseconds