Lines Matching full:threshold
140 struct tegra_sku_info *sku, int *threshold) in tegra124_rev_sku_to_speedo_ids() argument
147 *threshold = TEGRA124_THRESHOLD_INDEX_0; in tegra124_rev_sku_to_speedo_ids()
165 *threshold = TEGRA124_THRESHOLD_INDEX_0; in tegra124_rev_sku_to_speedo_ids()
173 *threshold = TEGRA124_THRESHOLD_INDEX_1; in tegra124_rev_sku_to_speedo_ids()
181 *threshold = TEGRA124_THRESHOLD_INDEX_1; in tegra124_rev_sku_to_speedo_ids()
192 int i, threshold; in tegra124_init() local
207 tegra124_rev_sku_to_speedo_ids(sc, sku, &threshold); in tegra124_init()
211 tegra124_soc_process_speedos[threshold][i]) in tegra124_init()
218 tegra124_cpu_process_speedos[threshold][i]) in tegra124_init()
225 tegra124_gpu_process_speedos[threshold][i]) in tegra124_init()
297 struct tegra_sku_info *sku, int speedo_rev, int *threshold) in tegra210_rev_sku_to_speedo_ids() argument
304 *threshold = TEGRA210_THRESHOLD_INDEX_0; in tegra210_rev_sku_to_speedo_ids()
332 int i, threshold, speedo_rev; in tegra210_init() local
367 tegra210_rev_sku_to_speedo_ids(sc, sku, speedo_rev, &threshold); in tegra210_init()
371 tegra210_soc_process_speedos[threshold][i]) in tegra210_init()
378 tegra210_cpu_process_speedos[threshold][i]) in tegra210_init()
385 tegra210_gpu_process_speedos[threshold][i]) in tegra210_init()