Searched refs:clk_hclk (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/arm/mach-lpc32xx/ |
D | clock.c | 533 static struct clk clk_hclk = { variable 610 .parent = &clk_hclk, 663 .parent = &clk_hclk, 671 .parent = &clk_hclk, 687 .parent = &clk_hclk, 695 .parent = &clk_hclk, 711 .parent = &clk_hclk, 720 .parent = &clk_hclk, 730 .parent = &clk_hclk, 738 .parent = &clk_hclk, [all …]
|
/linux-4.4.14/drivers/cpufreq/ |
D | s3c24xx-cpufreq.c | 47 static struct clk *clk_hclk; variable 68 cfg->freq.hclk = hclk = clk_get_rate(clk_hclk); in s3c_cpufreq_getcur() 211 s3c_cpufreq_updateclk(clk_hclk, cpu_new.freq.hclk); in s3c_cpufreq_settarget() 375 clk_hclk = s3c_cpufreq_clk_get(NULL, "hclk"); in s3c_cpufreq_initclks() 379 if (IS_ERR(clk_fclk) || IS_ERR(clk_hclk) || IS_ERR(clk_pclk) || in s3c_cpufreq_initclks() 387 clk_get_rate(clk_hclk) / 1000, in s3c_cpufreq_initclks()
|