Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/samsung/
Dspdif.c21 #define CLKCON 0x00 macro
112 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 …]
/linux-6.12.1/drivers/clk/samsung/
DKconfig84 Support for the Audio Subsystem CLKCON clock controller present