Lines Matching +full:100 +full:khz
81 #define KHZ 1000 macro
83 #define KHZ_MAX (ULONG_MAX / KHZ)
144 * Frequencies are in kHz.
217 return val * pct / 100; in do_percent()
224 u32 avg_band_freq = tegra->max_freq * ACTMON_DEFAULT_AVG_BAND / KHZ; in tegra_devfreq_update_avg_wmark()
364 avg_sustain_coef = 100 * 100 / dev->config->boost_up_threshold; in actmon_update_target()
399 tegra->cur_freq = data->new_rate / KHZ; in tegra_actmon_rate_notify_cb()
513 stat->current_frequency = tegra->cur_freq * KHZ; in tegra_devfreq_get_dev_status()
525 /* The bus can be considered to be saturated way before 100% */ in tegra_devfreq_get_dev_status()
526 stat->busy_time *= 100 / BUS_SATURATION_RATIO; in tegra_devfreq_get_dev_status()
568 *freq = target_freq * KHZ; in tegra_governor_get_target()
671 tegra->max_freq = clk_round_rate(tegra->emc_clock, ULONG_MAX) / KHZ; in tegra_devfreq_probe()
672 tegra->cur_freq = clk_get_rate(tegra->emc_clock) / KHZ; in tegra_devfreq_probe()
686 for (rate = 0; rate <= tegra->max_freq * KHZ; rate++) { in tegra_devfreq_probe()