Searched refs:clk_hclk (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5p6440/
H A Dclock.c251 static struct clksrc_clk clk_hclk = { variable in typeref:struct:clksrc_clk
253 .name = "clk_hclk",
264 .parent = &clk_hclk.clk,
358 .parent = &clk_hclk.clk,
478 .parent = &clk_hclk.clk,
526 .parent = &clk_hclk.clk,
538 .parent = &clk_hclk.clk,
581 .parent = &clk_hclk.clk,
587 .parent = &clk_hclk.clk,
748 &clk_hclk,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-lpc32xx/
H A Dclock.c493 static struct clk clk_hclk = { variable in typeref:struct:clk
563 .parent = &clk_hclk,
603 .parent = &clk_hclk,
611 .parent = &clk_hclk,
627 .parent = &clk_hclk,
635 .parent = &clk_hclk,
651 .parent = &clk_hclk,
659 .parent = &clk_hclk,
667 .parent = &clk_hclk,
675 .parent = &clk_hclk,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dcpu-freq.c50 static struct clk *clk_hclk; variable in typeref:struct:clk
71 cfg->freq.hclk = hclk = clk_get_rate(clk_hclk);
219 s3c_cpufreq_updateclk(clk_hclk, cpu_new.freq.hclk);
406 clk_hclk = s3c_cpufreq_clk_get(NULL, "hclk");
410 if (IS_ERR(clk_fclk) || IS_ERR(clk_hclk) || IS_ERR(clk_pclk) ||
418 clk_get_rate(clk_hclk) / 1000,

Completed in 62 milliseconds