Home
last modified time | relevance | path

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

/linux/sound/arm/
H A Dpxa2xx-ac97-lib.c310 writel(readl(ac97_reg_base + GCR) | (GCR_ACLINK_OFF), ac97_reg_base + GCR); in pxa2xx_ac97_hw_suspend()
415 writel(readl(ac97_reg_base + GCR) | (GCR_ACLINK_OFF), ac97_reg_base + GCR); in pxa2xx_ac97_hw_probe()
433 writel(readl(ac97_reg_base + GCR) | (GCR_ACLINK_OFF), ac97_reg_base + GCR); in pxa2xx_ac97_hw_remove()
H A Dpxa2xx-ac97-regs.h32 #define GCR_ACLINK_OFF (1 << 3) /* AC-link Shut Off */ macro