clk_hclk           46 drivers/cpufreq/s3c24xx-cpufreq.c static struct clk *clk_hclk;
clk_hclk           67 drivers/cpufreq/s3c24xx-cpufreq.c 	cfg->freq.hclk = hclk = clk_get_rate(clk_hclk);
clk_hclk          210 drivers/cpufreq/s3c24xx-cpufreq.c 	s3c_cpufreq_updateclk(clk_hclk, cpu_new.freq.hclk);
clk_hclk          362 drivers/cpufreq/s3c24xx-cpufreq.c 	clk_hclk = s3c_cpufreq_clk_get(NULL, "hclk");
clk_hclk          366 drivers/cpufreq/s3c24xx-cpufreq.c 	if (IS_ERR(clk_fclk) || IS_ERR(clk_hclk) || IS_ERR(clk_pclk) ||
clk_hclk          375 drivers/cpufreq/s3c24xx-cpufreq.c 		clk_get_rate(clk_hclk) / 1000,