Symbol: GSR
sound/soc/pxa/pxa2xx-ac97-lib.c
103
writel(GSR_CDONE | GSR_SDONE, ac97_reg_base + GSR);
sound/soc/pxa/pxa2xx-ac97-lib.c
106
if (wait_event_timeout(gsr_wq, (readl(ac97_reg_base + GSR) | gsr_bits) & GSR_CDONE, 1) <= 0 &&
sound/soc/pxa/pxa2xx-ac97-lib.c
107
!((readl(ac97_reg_base + GSR) | gsr_bits) & GSR_CDONE)) {
sound/soc/pxa/pxa2xx-ac97-lib.c
109
__func__, reg, readl(ac97_reg_base + GSR) | gsr_bits);
sound/soc/pxa/pxa2xx-ac97-lib.c
214
while (!((readl(ac97_reg_base + GSR) | gsr_bits) & (GSR_PCR | GSR_SCR)) && timeout--)
sound/soc/pxa/pxa2xx-ac97-lib.c
217
gsr = readl(ac97_reg_base + GSR) | gsr_bits;
sound/soc/pxa/pxa2xx-ac97-lib.c
250
while (!((readl(ac97_reg_base + GSR) | gsr_bits) & (GSR_PCR | GSR_SCR)) && timeout--)
sound/soc/pxa/pxa2xx-ac97-lib.c
253
gsr = readl(ac97_reg_base + GSR) | gsr_bits;
sound/soc/pxa/pxa2xx-ac97-lib.c
277
status = readl(ac97_reg_base + GSR);
sound/soc/pxa/pxa2xx-ac97-lib.c
279
writel(status, ac97_reg_base + GSR);
sound/soc/pxa/pxa2xx-ac97-lib.c
66
writel(GSR_CDONE | GSR_SDONE, ac97_reg_base + GSR);
sound/soc/pxa/pxa2xx-ac97-lib.c
71
if (wait_event_timeout(gsr_wq, (readl(ac97_reg_base + GSR) | gsr_bits) & GSR_SDONE, 1) <= 0 &&
sound/soc/pxa/pxa2xx-ac97-lib.c
72
!((readl(ac97_reg_base + GSR) | gsr_bits) & GSR_SDONE)) {
sound/soc/pxa/pxa2xx-ac97-lib.c
74
__func__, reg, readl(ac97_reg_base + GSR) | gsr_bits);
sound/soc/pxa/pxa2xx-ac97-lib.c
79
writel(GSR_CDONE | GSR_SDONE, ac97_reg_base + GSR);
sound/soc/pxa/pxa2xx-ac97-lib.c
83
wait_event_timeout(gsr_wq, (readl(ac97_reg_base + GSR) | gsr_bits) & GSR_SDONE, 1);