Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/samsung/
H A Dspdif.c32 #define CLKCTL_PWR_ON (0x1 << 0) macro
114 writel(clkcon | CLKCTL_PWR_ON, regs + CLKCON); in spdif_snd_txctrl()
116 writel(clkcon & ~CLKCTL_PWR_ON, regs + CLKCON); in spdif_snd_txctrl()
295 writel(clkcon & ~CLKCTL_PWR_ON, regs + CLKCON); in spdif_shutdown()