Lines Matching +full:100 +full:khz
73 #define KHZ 1000 macro
75 #define KHZ_MAX (ULONG_MAX / KHZ)
99 * Threshold of activity (cycles translated to kHz) below which the
130 .avg_dependency_threshold = 16000, /* 16MHz in kHz units */
137 * Frequencies are in kHz.
217 do_div(val, 100); in do_percent()
229 u32 avg_band_freq = tegra->max_freq * ACTMON_DEFAULT_AVG_BAND / KHZ; in tegra_devfreq_update_avg_wmark()
323 avg_sustain_coef = 100 * 100 / dev->config->boost_up_threshold; in actmon_device_target_freq()
387 tegra->cur_freq = data->new_rate / KHZ; in tegra_actmon_clk_notify_cb()
542 tegra->cur_freq = clk_get_rate(tegra->emc_clock) / KHZ; in tegra_actmon_resume()
629 err = clk_set_min_rate(tegra->emc_clock, rate * KHZ); in tegra_devfreq_target()
665 /* The bus can be considered to be saturated way before 100% */ in tegra_devfreq_get_dev_status()
666 stat->busy_time *= 100 / BUS_SATURATION_RATIO; in tegra_devfreq_get_dev_status()
845 tegra->max_freq = rate / KHZ; in tegra_devfreq_probe()
853 for (rate = 0; rate <= tegra->max_freq * KHZ; rate++) { in tegra_devfreq_probe()
863 err = dev_pm_opp_add(&pdev->dev, rate / KHZ, 0); in tegra_devfreq_probe()
885 tegra_devfreq_profile.initial_freq /= KHZ; in tegra_devfreq_probe()