Home
last modified time | relevance | path

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

/Linux-v4.19/sound/arm/
Dpxa2xx-ac97-lib.c67 GSR = GSR_CDONE | GSR_SDONE; in pxa2xx_ac97_read()
81 GSR = GSR_CDONE | GSR_SDONE; in pxa2xx_ac97_read()
106 GSR = GSR_CDONE | GSR_SDONE; in pxa2xx_ac97_write()
109 if (wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_CDONE, 1) <= 0 && in pxa2xx_ac97_write()
110 !((GSR | gsr_bits) & GSR_CDONE)) { in pxa2xx_ac97_write()
/Linux-v4.19/arch/arm/mach-pxa/include/mach/
Dregs-ac97.h54 #define GSR_CDONE (1 << 19) /* Command Done */ macro