Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dimx6q-cpufreq.c42 static u32 *imx6_soc_volt; variable
75 ret = regulator_set_voltage_tol(pu_reg, imx6_soc_volt[index], 0); in imx6q_set_target()
81 ret = regulator_set_voltage_tol(soc_reg, imx6_soc_volt[index], 0); in imx6q_set_target()
146 ret = regulator_set_voltage_tol(soc_reg, imx6_soc_volt[index], 0); in imx6q_set_target()
152 ret = regulator_set_voltage_tol(pu_reg, imx6_soc_volt[index], 0); in imx6q_set_target()
263 imx6_soc_volt = devm_kzalloc(cpu_dev, sizeof(*imx6_soc_volt) * num, GFP_KERNEL); in imx6q_cpufreq_probe()
264 if (imx6_soc_volt == NULL) { in imx6q_cpufreq_probe()
287 imx6_soc_volt[soc_opp_count++] = volt; in imx6q_cpufreq_probe()
298 imx6_soc_volt[j] = PU_SOC_VOLTAGE_NORMAL; in imx6q_cpufreq_probe()
300 imx6_soc_volt[num - 1] = PU_SOC_VOLTAGE_HIGH; in imx6q_cpufreq_probe()
[all …]