Home
last modified time | relevance | path

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

/Linux-v6.1/sound/arm/
Dpxa2xx-ac97-lib.c312 writel(readl(ac97_reg_base + GCR) | (GCR_ACLINK_OFF), ac97_reg_base + GCR); in pxa2xx_ac97_hw_suspend()
417 writel(readl(ac97_reg_base + GCR) | (GCR_ACLINK_OFF), ac97_reg_base + GCR); in pxa2xx_ac97_hw_probe()
435 writel(readl(ac97_reg_base + GCR) | (GCR_ACLINK_OFF), ac97_reg_base + GCR); in pxa2xx_ac97_hw_remove()
Dpxa2xx-ac97-regs.h32 #define GCR_ACLINK_OFF (1 << 3) /* AC-link Shut Off */ macro