Home
last modified time | relevance | path

Searched refs:imx6_soc_volt (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/cpufreq/
Dimx6q-cpufreq.c55 static u32 *imx6_soc_volt; variable
88 ret = regulator_set_voltage_tol(pu_reg, imx6_soc_volt[index], 0); in imx6q_set_target()
94 ret = regulator_set_voltage_tol(soc_reg, imx6_soc_volt[index], 0); in imx6q_set_target()
177 ret = regulator_set_voltage_tol(soc_reg, imx6_soc_volt[index], 0); in imx6q_set_target()
181 ret = regulator_set_voltage_tol(pu_reg, imx6_soc_volt[index], 0); in imx6q_set_target()
417 imx6_soc_volt = devm_kcalloc(cpu_dev, num, sizeof(*imx6_soc_volt), in imx6q_cpufreq_probe()
419 if (imx6_soc_volt == NULL) { in imx6q_cpufreq_probe()
442 imx6_soc_volt[soc_opp_count++] = volt; in imx6q_cpufreq_probe()
453 imx6_soc_volt[j] = PU_SOC_VOLTAGE_NORMAL; in imx6q_cpufreq_probe()
455 imx6_soc_volt[num - 1] = PU_SOC_VOLTAGE_HIGH; in imx6q_cpufreq_probe()
[all …]