Lines Matching +full:800 +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
121 .boost_up_coeff = 800,
125 .avg_dependency_threshold = 16000, /* 16MHz in kHz units */
143 .boost_up_coeff = 800,
147 .avg_dependency_threshold = 16000, /* 16MHz in kHz units */
154 * Frequencies are in kHz.
254 u32 avg_band_freq = tegra->max_freq * ACTMON_DEFAULT_AVG_BAND / KHZ; in tegra_devfreq_update_avg_wmark()
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()
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()