Lines Matching refs:rate
109 pr_err("cpufreq: Failed to set armdiv rate %dkHz: %d\n",
237 /* When leavin dvs mode, always switch the armdiv to the hclk rate
348 unsigned long rate;
363 * other means to distinguish them other than through the rate of
366 rate = clk_get_rate(msysclk);
367 if (rate == 800 * 1000 * 1000) {
369 rate / 1000);
372 } else if (rate / 1000 == 534000) {
374 rate / 1000);
384 rate / 1000);
404 /* chech hclk rate, we only support the common 133MHz for now
407 rate = clk_get_rate(s3c_freq->hclk);
408 if (rate < 133 * 1000 * 1000) {
447 rate = clk_round_rate(s3c_freq->armdiv,
449 rate /= 1000;
450 if (rate != pos->frequency) {
452 pos->frequency, rate);