Lines Matching defs:hclk
67 unsigned long fclk, pclk, hclk, armclk;
70 cfg->freq.hclk = hclk = clk_get_rate(clk_hclk);
77 cfg->freq.hclk_tns = 1000000000 / (cfg->freq.hclk / 10);
79 cfg->divs.h_divisor = fclk / hclk;
88 cfg->freq.hclk = pll / cfg->divs.h_divisor;
91 /* convert hclk into 10ths of nanoseconds for io calcs */
92 cfg->freq.hclk_tns = 1000000000 / (cfg->freq.hclk / 10);
108 cfg->freq.hclk, cfg->divs.h_divisor,
194 if (cpu_new.freq.hclk != cpu_cur.freq.hclk) {
218 s3c_cpufreq_updateclk(clk_hclk, cpu_new.freq.hclk);
226 /* If hclk is staying the same, then we do not need to
233 if (cpu_new.freq.hclk < cpu_cur.freq.hclk) {
257 if (cpu_new.freq.hclk > cpu_cur.freq.hclk) {
405 clk_hclk = s3c_cpufreq_clk_get(NULL, "hclk");
577 dst->hclk = do_min(a->hclk, b->hclk);