Searched refs:sram_max_volt (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/cpufreq/
H A Dmediatek-cpufreq.c24 int sram_max_volt; member in struct:mtk_cpufreq_platform_data
101 soc_data->sram_min_volt, soc_data->sram_max_volt);
108 soc_data->sram_max_volt);
113 if (vsram == soc_data->sram_max_volt ||
123 soc_data->sram_max_volt);
141 soc_data->sram_max_volt);
519 info->vtrack_max = 3 * DIV_ROUND_UP(max(info->soc_data->sram_max_volt,
690 .sram_max_volt = 1150000,
699 .sram_max_volt = 1350000,
715 .sram_max_volt
[all...]
/linux-master/drivers/devfreq/
H A Dmtk-cci-devfreq.c20 int sram_max_volt; member in struct:mtk_ccifreq_platform_data
65 soc_data->sram_min_volt, soc_data->sram_max_volt);
72 soc_data->sram_max_volt);
76 if (vsram == soc_data->sram_max_volt ||
86 soc_data->sram_max_volt);
104 soc_data->sram_max_volt);
314 drv->vtrack_max = 3 * DIV_ROUND_UP(max(drv->soc_data->sram_max_volt,
423 .sram_max_volt = 1118750,

Completed in 1523 milliseconds