Searched full:clk_hclk (Results 1 – 4 of 4) sorted by relevance
49 static struct clk *clk_hclk; variable70 cfg->freq.hclk = hclk = clk_get_rate(clk_hclk); in s3c_cpufreq_getcur()213 s3c_cpufreq_updateclk(clk_hclk, cpu_new.freq.hclk); in s3c_cpufreq_settarget()365 clk_hclk = s3c_cpufreq_clk_get(NULL, "hclk"); in s3c_cpufreq_initclks()369 if (IS_ERR(clk_fclk) || IS_ERR(clk_hclk) || IS_ERR(clk_pclk) || in s3c_cpufreq_initclks()378 clk_get_rate(clk_hclk) / 1000, in s3c_cpufreq_initclks()
42 static struct clk *clk_hclk; variable63 cfg->freq.hclk = hclk = clk_get_rate(clk_hclk); in s3c_cpufreq_getcur()206 s3c_cpufreq_updateclk(clk_hclk, cpu_new.freq.hclk); in s3c_cpufreq_settarget()358 clk_hclk = s3c_cpufreq_clk_get(NULL, "hclk"); in s3c_cpufreq_initclks()362 if (IS_ERR(clk_fclk) || IS_ERR(clk_hclk) || IS_ERR(clk_pclk) || in s3c_cpufreq_initclks()371 clk_get_rate(clk_hclk) / 1000, in s3c_cpufreq_initclks()
34 clocks = <&clk_hclk>;
102 clocks = <&clk_hclk>;