Searched refs:CLKCON (Results 1 – 2 of 2) sorted by relevance
21 #define CLKCON 0x00 macro112 clkcon = readl(regs + CLKCON) & CLKCTL_MASK; in spdif_snd_txctrl()114 writel(clkcon | CLKCTL_PWR_ON, regs + CLKCON); in spdif_snd_txctrl()116 writel(clkcon & ~CLKCTL_PWR_ON, regs + CLKCON); in spdif_snd_txctrl()127 clkcon = readl(spdif->regs + CLKCON); in spdif_set_sysclk()134 writel(clkcon, spdif->regs + CLKCON); in spdif_set_sysclk()203 clkcon = readl(regs + CLKCON) & CLKCTL_MASK; in spdif_hw_params()269 writel(clkcon, regs + CLKCON); in spdif_hw_params()290 clkcon = readl(regs + CLKCON) & CLKCTL_MASK; in spdif_shutdown()295 writel(clkcon & ~CLKCTL_PWR_ON, regs + CLKCON); in spdif_shutdown()[all …]
84 Support for the Audio Subsystem CLKCON clock controller present