Lines Matching refs:hclk
60 unsigned long fclk, pclk, hclk, armclk;
63 cfg->freq.hclk = hclk = clk_get_rate(clk_hclk);
70 cfg->freq.hclk_tns = 1000000000 / (cfg->freq.hclk / 10);
72 cfg->divs.h_divisor = fclk / hclk;
81 cfg->freq.hclk = pll / cfg->divs.h_divisor;
84 /* convert hclk into 10ths of nanoseconds for io calcs */
85 cfg->freq.hclk_tns = 1000000000 / (cfg->freq.hclk / 10);
101 cfg->freq.hclk, cfg->divs.h_divisor,
183 if (cpu_new.freq.hclk != cpu_cur.freq.hclk) {
206 s3c_cpufreq_updateclk(clk_hclk, cpu_new.freq.hclk);
212 /* If hclk is staying the same, then we do not need to
219 if (cpu_new.freq.hclk < cpu_cur.freq.hclk) {
243 if (cpu_new.freq.hclk > cpu_cur.freq.hclk) {
358 clk_hclk = s3c_cpufreq_clk_get(NULL, "hclk");
516 dst->hclk = do_min(a->hclk, b->hclk);