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

/linux-master/sound/arm/
H A Dpxa2xx-ac97-lib.c34 static void __iomem *ac97_reg_base; variable
58 reg_addr = ac97_reg_base +
61 reg_addr = ac97_reg_base +
66 writel(GSR_CDONE | GSR_SDONE, ac97_reg_base + GSR);
71 if (wait_event_timeout(gsr_wq, (readl(ac97_reg_base + GSR) | gsr_bits) & GSR_SDONE, 1) <= 0 &&
72 !((readl(ac97_reg_base + GSR) | gsr_bits) & GSR_SDONE)) {
74 __func__, reg, readl(ac97_reg_base + GSR) | gsr_bits);
80 writel(GSR_CDONE | GSR_SDONE, ac97_reg_base + GSR);
84 wait_event_timeout(gsr_wq, (readl(ac97_reg_base + GSR) | gsr_bits) & GSR_SDONE, 1);
100 reg_addr = ac97_reg_base
[all...]

Completed in 116 milliseconds