Lines Matching +full:100 +full:khz
68 #define KHZ 1000 macro
70 #define KHZ_MAX (ULONG_MAX / KHZ)
94 * Threshold of activity (cycles translated to kHz) below which the
125 .avg_dependency_threshold = 16000, /* 16MHz in kHz units */
147 .avg_dependency_threshold = 16000, /* 16MHz in kHz units */
154 * Frequencies are in kHz.
242 do_div(val, 100); in do_percent()
254 u32 avg_band_freq = tegra->max_freq * ACTMON_DEFAULT_AVG_BAND / KHZ; in tegra_devfreq_update_avg_wmark()
348 avg_sustain_coef = 100 * 100 / dev->config->boost_up_threshold; in actmon_device_target_freq()
412 tegra->cur_freq = data->new_rate / KHZ; in tegra_actmon_clk_notify_cb()
567 tegra->cur_freq = clk_get_rate(tegra->emc_clock) / KHZ; in tegra_actmon_resume()
668 stat->current_frequency = cur_freq * KHZ; in tegra_devfreq_get_dev_status()
675 /* The bus can be considered to be saturated way before 100% */ in tegra_devfreq_get_dev_status()
676 stat->busy_time *= 100 / BUS_SATURATION_RATIO; in tegra_devfreq_get_dev_status()
720 * tegra-devfreq driver operates with KHz units, while OPP table in tegra_governor_get_target()
724 *freq = target_freq * KHZ; in tegra_governor_get_target()
915 tegra->max_freq = rate / KHZ; in tegra_devfreq_probe()