Searched refs:speedo_tbl (Results 1 – 2 of 2) sorted by relevance
66 struct speedo_entry *speedo_tbl; /* CPU voltage table */ member110 .speedo_tbl = tegra124_speedo_dpll_tbl,148 .speedo_tbl = tegra124_speedo_pllx_tbl,234 if (sc->cpu_def->speedo_tbl[i].freq >= freq) { in freq_to_voltage()235 ent = &sc->cpu_def->speedo_tbl[i]; in freq_to_voltage()240 ent = &sc->cpu_def->speedo_tbl[sc->cpu_def->speedo_nitems - 1]; in freq_to_voltage()
65 struct speedo_entry *speedo_tbl; /* CPU voltage table */ member104 .speedo_tbl = tegra210_speedo_tbl,191 if (sc->cpu_def->speedo_tbl[i].freq >= freq) { in freq_to_voltage()192 ent = &sc->cpu_def->speedo_tbl[i]; in freq_to_voltage()197 ent = &sc->cpu_def->speedo_tbl[sc->cpu_def->speedo_nitems - 1]; in freq_to_voltage()