Searched refs:GSR_CDONE (Results 1 – 3 of 3) sorted by relevance
66 writel(GSR_CDONE | GSR_SDONE, ac97_reg_base + GSR); in pxa2xx_ac97_read()80 writel(GSR_CDONE | GSR_SDONE, ac97_reg_base + GSR); in pxa2xx_ac97_read()107 writel(GSR_CDONE | GSR_SDONE, ac97_reg_base + GSR); in pxa2xx_ac97_write()110 if (wait_event_timeout(gsr_wq, (readl(ac97_reg_base + GSR) | gsr_bits) & GSR_CDONE, 1) <= 0 && in pxa2xx_ac97_write()111 !((readl(ac97_reg_base + GSR) | gsr_bits) & GSR_CDONE)) { in pxa2xx_ac97_write()
52 #define GSR_CDONE (1 << 19) /* Command Done */ macro
395 #define GSR_CDONE (1 << 19) /* Command Done */ macro