Home
last modified time | relevance | path

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

/linux/drivers/clk/samsung/
A Dclk-s3c2412.c23 #define CLKCON 0x0c macro
38 CLKCON,
106 GATE(PCLK_WDT, "wdt", "pclk", CLKCON, 28, 0, 0),
107 GATE(PCLK_SPI, "spi", "pclk", CLKCON, 27, 0, 0),
108 GATE(PCLK_I2S, "i2s", "pclk", CLKCON, 26, 0, 0),
109 GATE(PCLK_I2C, "i2c", "pclk", CLKCON, 25, 0, 0),
110 GATE(PCLK_ADC, "adc", "pclk", CLKCON, 24, 0, 0),
111 GATE(PCLK_RTC, "rtc", "pclk", CLKCON, 23, 0, 0),
116 GATE(PCLK_SDI, "sdi", "pclk", CLKCON, 18, 0, 0),
117 GATE(PCLK_PWM, "pwm", "pclk", CLKCON, 17, 0, 0),
[all …]
A Dclk-s3c2410.c21 #define CLKCON 0x0c macro
48 CLKCON,
78 GATE(PCLK_SPI, "spi", "pclk", CLKCON, 18, 0, 0),
79 GATE(PCLK_I2S, "i2s", "pclk", CLKCON, 17, 0, 0),
80 GATE(PCLK_I2C, "i2c", "pclk", CLKCON, 16, 0, 0),
81 GATE(PCLK_ADC, "adc", "pclk", CLKCON, 15, 0, 0),
82 GATE(PCLK_RTC, "rtc", "pclk", CLKCON, 14, 0, 0),
87 GATE(PCLK_SDI, "sdi", "pclk", CLKCON, 9, 0, 0),
88 GATE(PCLK_PWM, "pwm", "pclk", CLKCON, 8, 0, 0),
91 GATE(HCLK_LCD, "lcd", "hclk", CLKCON, 5, 0, 0),
[all …]
A DKconfig82 Support for the Audio Subsystem CLKCON clock controller present
/linux/sound/soc/samsung/
A 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/arch/arm/mach-s3c/
A Dsleep-s3c2410.S36 ldr r9, [r6] @ get CLKCON (and ensure in TLB)

Completed in 21 milliseconds