Searched refs:speedo_tbl (Results 1 – 2 of 2) sorted by relevance
63 struct speedo_entry *speedo_tbl; /* CPU voltage table */ member107 .speedo_tbl = tegra124_speedo_dpll_tbl,145 .speedo_tbl = tegra124_speedo_pllx_tbl,231 if (sc->cpu_def->speedo_tbl[i].freq >= freq) { in freq_to_voltage()232 ent = &sc->cpu_def->speedo_tbl[i]; in freq_to_voltage()237 ent = &sc->cpu_def->speedo_tbl[sc->cpu_def->speedo_nitems - 1]; in freq_to_voltage()
62 struct speedo_entry *speedo_tbl; /* CPU voltage table */ member101 .speedo_tbl = tegra210_speedo_tbl,188 if (sc->cpu_def->speedo_tbl[i].freq >= freq) { in freq_to_voltage()189 ent = &sc->cpu_def->speedo_tbl[i]; in freq_to_voltage()194 ent = &sc->cpu_def->speedo_tbl[sc->cpu_def->speedo_nitems - 1]; in freq_to_voltage()