Searched refs:tegra210_sfc_rates (Results 1 – 1 of 1) sorted by relevance
36 static const int tegra210_sfc_rates[TEGRA210_SFC_NUM_RATES] = { variable3187 for (i = 0; i < ARRAY_SIZE(tegra210_sfc_rates); i++) { in tegra210_sfc_rate_to_idx()3188 if (rate == tegra210_sfc_rates[i]) { in tegra210_sfc_rate_to_idx()