Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/arm/
Dpxa2xx-ac97-lib.c64 GSR = GSR_CDONE | GSR_SDONE; in pxa2xx_ac97_read()
69 if (wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_SDONE, 1) <= 0 && in pxa2xx_ac97_read()
70 !((GSR | gsr_bits) & GSR_SDONE)) { in pxa2xx_ac97_read()
78 GSR = GSR_CDONE | GSR_SDONE; in pxa2xx_ac97_read()
82 wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_SDONE, 1); in pxa2xx_ac97_read()
103 GSR = GSR_CDONE | GSR_SDONE; in pxa2xx_ac97_write()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
Dregs-ac97.h55 #define GSR_SDONE (1 << 18) /* Status Done */ macro