Searched refs:imx6_soc_volt (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/cpufreq/ |
D | imx6q-cpufreq.c | 60 static u32 *imx6_soc_volt; variable 93 ret = regulator_set_voltage_tol(pu_reg, imx6_soc_volt[index], 0); in imx6q_set_target() 99 ret = regulator_set_voltage_tol(soc_reg, imx6_soc_volt[index], 0); in imx6q_set_target() 179 ret = regulator_set_voltage_tol(soc_reg, imx6_soc_volt[index], 0); in imx6q_set_target() 185 ret = regulator_set_voltage_tol(pu_reg, imx6_soc_volt[index], 0); in imx6q_set_target() 418 imx6_soc_volt = devm_kcalloc(cpu_dev, num, sizeof(*imx6_soc_volt), in imx6q_cpufreq_probe() 420 if (imx6_soc_volt == NULL) { in imx6q_cpufreq_probe() 443 imx6_soc_volt[soc_opp_count++] = volt; in imx6q_cpufreq_probe() 454 imx6_soc_volt[j] = PU_SOC_VOLTAGE_NORMAL; in imx6q_cpufreq_probe() 456 imx6_soc_volt[num - 1] = PU_SOC_VOLTAGE_HIGH; in imx6q_cpufreq_probe() [all …]
|