Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/samsung/
H A Dspdif.c108 u32 clkcon; in spdif_snd_txctrl() local
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()
123 u32 clkcon; in spdif_set_sysclk() local
127 clkcon = readl(spdif->regs + CLKCON); in spdif_set_sysclk()
130 clkcon &= ~CLKCTL_MCLK_EXT; in spdif_set_sysclk()
132 clkcon |= CLKCTL_MCLK_EXT; in spdif_set_sysclk()
134 writel(clkcon, spdif->regs + CLKCON); in spdif_set_sysclk()
184 u32 con, clkcon, cstas; in spdif_hw_params() local
[all …]
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dtegra_mmc.c379 writew(0, &priv->reg->clkcon); in tegra_mmc_change_clock()
391 writew(clk, &priv->reg->clkcon); in tegra_mmc_change_clock()
395 while (!(readw(&priv->reg->clkcon) & in tegra_mmc_change_clock()
406 writew(clk, &priv->reg->clkcon); in tegra_mmc_change_clock()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dtegra_mmc.h39 unsigned short clkcon; /* _CLOCK_CONTROL_0 15:00 */ member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dclock-bindings.txt156 assigned-clocks = <&clkcon 0>, <&pll 2>;
161 In this example the <&pll 2> clock is set as parent of clock <&clkcon 0> and