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.
243 do_div(val, 100); in do_percent()
255 u32 avg_band_freq = tegra->max_freq * ACTMON_DEFAULT_AVG_BAND / KHZ; in tegra_devfreq_update_avg_wmark()
349 avg_sustain_coef = 100 * 100 / dev->config->boost_up_threshold; in actmon_device_target_freq()
413 tegra->cur_freq = data->new_rate / KHZ; in tegra_actmon_clk_notify_cb()
568 tegra->cur_freq = clk_get_rate(tegra->emc_clock) / KHZ; in tegra_actmon_resume()
669 stat->current_frequency = cur_freq * KHZ; in tegra_devfreq_get_dev_status()
676 /* The bus can be considered to be saturated way before 100% */ in tegra_devfreq_get_dev_status()
677 stat->busy_time *= 100 / BUS_SATURATION_RATIO; in tegra_devfreq_get_dev_status()
721 * tegra-devfreq driver operates with KHz units, while OPP table in tegra_governor_get_target()
725 *freq = target_freq * KHZ; in tegra_governor_get_target()
879 tegra->max_freq = rate / KHZ; in tegra_devfreq_probe()