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

/linux-4.4.14/sound/arm/
H A Dpxa2xx-ac97-lib.c64 GSR = GSR_CDONE | GSR_SDONE; pxa2xx_ac97_read()
78 GSR = GSR_CDONE | GSR_SDONE; pxa2xx_ac97_read()
103 GSR = GSR_CDONE | GSR_SDONE; pxa2xx_ac97_write()
106 if (wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_CDONE, 1) <= 0 && pxa2xx_ac97_write()
107 !((GSR | gsr_bits) & GSR_CDONE)) pxa2xx_ac97_write()
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Dregs-ac97.h53 #define GSR_CDONE (1 << 19) /* Command Done */ macro

Completed in 404 milliseconds