Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-s5p64x0/
Dclock-s5p6440.c142 .ctrlbit = (1 << 2),
148 .ctrlbit = (1 << 5)
154 .ctrlbit = (1 << 8),
160 .ctrlbit = (1 << 12),
166 .ctrlbit = (1 << 17),
172 .ctrlbit = (1 << 18),
178 .ctrlbit = (1 << 19),
184 .ctrlbit = (1 << 20)
190 .ctrlbit = (1 << 25),
196 .ctrlbit = (1 << 1),
[all …]
Dclock-s5p6450.c190 .ctrlbit = (1 << 3),
196 .ctrlbit = (1 << 12),
202 .ctrlbit = (1 << 17),
208 .ctrlbit = (1 << 18),
214 .ctrlbit = (1 << 19),
220 .ctrlbit = (1 << 20),
226 .ctrlbit = (1 << 1),
232 .ctrlbit = (1 << 5),
238 .ctrlbit = (1 << 6),
244 .ctrlbit = (1 << 12),
[all …]
/linux-2.6.39/arch/arm/mach-exynos4/
Dclock.c373 .ctrlbit = (1 << 0),
404 .ctrlbit = (1<<24),
409 .ctrlbit = (1 << 4),
414 .ctrlbit = (1 << 5),
419 .ctrlbit = (1 << 0),
424 .ctrlbit = (1 << 1),
429 .ctrlbit = (1 << 2),
434 .ctrlbit = (1 << 3),
439 .ctrlbit = (1 << 0),
444 .ctrlbit = (1 << 0),
[all …]
/linux-2.6.39/arch/arm/mach-s5pc100/
Dclock.c405 .ctrlbit = (1 << 6),
411 .ctrlbit = (1 << 5),
417 .ctrlbit = (1 << 4),
423 .ctrlbit = (1 << 3),
429 .ctrlbit = (1 << 2),
435 .ctrlbit = (1 << 3),
441 .ctrlbit = (1 << 2),
447 .ctrlbit = (1 << 2),
453 .ctrlbit = (1 << 1),
459 .ctrlbit = (1 << 7),
[all …]
/linux-2.6.39/arch/arm/plat-s3c24xx/
Ds3c2410-clock.c50 unsigned int clocks = clk->ctrlbit; in s3c2410_clkcon_enable()
96 .ctrlbit = S3C2410_CLKCON_NAND,
102 .ctrlbit = S3C2410_CLKCON_SDI,
108 .ctrlbit = S3C2410_CLKCON_ADC,
114 .ctrlbit = S3C2410_CLKCON_IIC,
120 .ctrlbit = S3C2410_CLKCON_IIS,
126 .ctrlbit = S3C2410_CLKCON_SPI,
136 .ctrlbit = S3C2410_CLKCON_LCDC,
142 .ctrlbit = S3C2410_CLKCON_GPIO,
148 .ctrlbit = S3C2410_CLKCON_USBH,
[all …]
Ds3c2443-clock.c25 u32 ctrlbit = clk->ctrlbit; in s3c2443_gate() local
29 con |= ctrlbit; in s3c2443_gate()
31 con &= ~ctrlbit; in s3c2443_gate()
179 .ctrlbit = S3C2443_SCLKCON_USBHOST,
202 .ctrlbit = S3C2443_SCLKCON_CAMCLK,
211 .ctrlbit = S3C2443_SCLKCON_DISPCLK,
225 .ctrlbit = S3C2443_PCLKCON_ADC,
231 .ctrlbit = S3C2443_PCLKCON_IIC,
241 .ctrlbit = S3C2443_HCLKCON_DMA0,
247 .ctrlbit = S3C2443_HCLKCON_DMA1,
[all …]
Dclock-dclk.c32 dclkcon |= clk->ctrlbit; in s3c24xx_dclk_enable()
34 dclkcon &= ~clk->ctrlbit; in s3c24xx_dclk_enable()
57 if (clk->ctrlbit == S3C2410_DCLKCON_DCLK0EN) { in s3c24xx_dclk_setparent()
173 .ctrlbit = S3C2410_DCLKCON_DCLK0EN,
181 .ctrlbit = S3C2410_DCLKCON_DCLK1EN,
/linux-2.6.39/arch/arm/mach-s3c64xx/
Dclock.c101 unsigned int ctrlbit = clk->ctrlbit; in s3c64xx_gate() local
107 con |= ctrlbit; in s3c64xx_gate()
109 con &= ~ctrlbit; in s3c64xx_gate()
140 .ctrlbit = S3C_CLKCON_PCLK_RTC,
146 .ctrlbit = S3C_CLKCON_PCLK_TSADC,
152 .ctrlbit = S3C_CLKCON_PCLK_IIC,
158 .ctrlbit = S3C6410_CLKCON_PCLK_I2C1,
164 .ctrlbit = S3C_CLKCON_PCLK_IIS0,
170 .ctrlbit = S3C_CLKCON_PCLK_IIS1,
177 .ctrlbit = S3C6410_CLKCON_PCLK_IIS2,
[all …]
/linux-2.6.39/arch/arm/mach-s5pv210/
Dclock.c239 .ctrlbit = (1 << 7),
318 .ctrlbit = (1 << 3),
324 .ctrlbit = (1 << 4),
330 .ctrlbit = (1<<29),
336 .ctrlbit = (1 << 24),
342 .ctrlbit = (1 << 25),
348 .ctrlbit = (1 << 26),
354 .ctrlbit = (1<<16),
360 .ctrlbit = (1<<17),
366 .ctrlbit = (1<<0),
[all …]
/linux-2.6.39/arch/arm/plat-s5p/
Dclock.c76 .ctrlbit = (1 << 31),
83 .ctrlbit = (1 << 31),
90 .ctrlbit = (1 << 31),
144 unsigned int ctrlbit = clk->ctrlbit; in s5p_gatectrl() local
148 con = enable ? (con | ctrlbit) : (con & ~ctrlbit); in s5p_gatectrl()
155 unsigned int ctrlbit = clk->ctrlbit; in s5p_epll_enable() local
156 unsigned int epll_con = __raw_readl(S5P_EPLL_CON) & ~ctrlbit; in s5p_epll_enable()
159 __raw_writel(epll_con | ctrlbit, S5P_EPLL_CON); in s5p_epll_enable()
/linux-2.6.39/arch/arm/mach-s3c2412/
Dclock.c59 unsigned int clocks = clk->ctrlbit; in s3c2412_clkcon_enable()
469 .ctrlbit = S3C2412_CLKCON_NAND,
475 .ctrlbit = S3C2412_CLKCON_SDI,
481 .ctrlbit = S3C2412_CLKCON_ADC,
487 .ctrlbit = S3C2412_CLKCON_IIC,
493 .ctrlbit = S3C2412_CLKCON_IIS,
499 .ctrlbit = S3C2412_CLKCON_SPI,
509 .ctrlbit = S3C2412_CLKCON_DMA0,
515 .ctrlbit = S3C2412_CLKCON_DMA1,
521 .ctrlbit = S3C2412_CLKCON_DMA2,
[all …]
/linux-2.6.39/arch/arm/mach-s3c2443/
Dclock.c182 .ctrlbit = S3C2443_SCLKCON_HSSPICLK,
275 .ctrlbit = S3C2443_SCLKCON_I2SCLK,
294 .ctrlbit = S3C2443_PCLKCON_SDI,
300 .ctrlbit = S3C2443_PCLKCON_IIS,
306 .ctrlbit = S3C2443_PCLKCON_SPI0,
312 .ctrlbit = S3C2443_PCLKCON_SPI1,
/linux-2.6.39/arch/arm/mach-s5p6442/
Dclock.c349 .ctrlbit = (1 << 3),
359 .ctrlbit = (1<<16),
365 .ctrlbit = (1<<17),
371 .ctrlbit = (1<<18),
377 .ctrlbit = (1<<19),
383 .ctrlbit = (1 << 22),
389 .ctrlbit = (1<<23),
/linux-2.6.39/arch/arm/mach-s3c2416/
Dclock.c65 .ctrlbit = (1 << 6),
81 .ctrlbit = (1 << 12),
100 .ctrlbit = S3C2416_HCLKCON_HSMMC0,
/linux-2.6.39/arch/arm/plat-samsung/
Dclock.c271 .ctrlbit = 0,
294 .ctrlbit = 0,
302 .ctrlbit = 0,
310 .ctrlbit = 0,
319 .ctrlbit = 0,
/linux-2.6.39/arch/arm/mach-s3c2440/
Dclock.c95 .ctrlbit = S3C2440_CLKCON_CAMERA,
111 .ctrlbit = S3C2440_CLKCON_CAMERA,
Ds3c2442.c112 .ctrlbit = S3C2440_CLKCON_CAMERA,
/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dclock.h46 unsigned long ctrlbit; member