Home
last modified time | relevance | path

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

/linux-2.6.39/sound/soc/samsung/
Dspdif.c26 #define CLKCON 0x00 macro
115 clkcon = readl(regs + CLKCON) & CLKCTL_MASK; in spdif_snd_txctrl()
117 writel(clkcon | CLKCTL_PWR_ON, regs + CLKCON); in spdif_snd_txctrl()
119 writel(clkcon & ~CLKCTL_PWR_ON, regs + CLKCON); in spdif_snd_txctrl()
130 clkcon = readl(spdif->regs + CLKCON); in spdif_set_sysclk()
137 writel(clkcon, spdif->regs + CLKCON); in spdif_set_sysclk()
206 clkcon = readl(regs + CLKCON) & CLKCTL_MASK; in spdif_hw_params()
272 writel(clkcon, regs + CLKCON); in spdif_hw_params()
293 clkcon = readl(regs + CLKCON) & CLKCTL_MASK; in spdif_shutdown()
298 writel(clkcon & ~CLKCTL_PWR_ON, regs + CLKCON); in spdif_shutdown()
[all …]
/linux-2.6.39/arch/arm/mach-s3c2410/
Dsleep.S50 ldr r9, [ r6 ] @ get CLKCON (and ensure in TLB)