Searched refs:imx6_soc_volt (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/cpufreq/ |
H A D | imx6q-cpufreq.c | 55 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() 419 imx6_soc_volt = devm_kcalloc(cpu_dev, num, sizeof(*imx6_soc_volt), in imx6q_cpufreq_probe() 421 if (imx6_soc_volt == NULL) { in imx6q_cpufreq_probe() 444 imx6_soc_volt[soc_opp_count++] = volt; in imx6q_cpufreq_probe() 455 imx6_soc_volt[j] = PU_SOC_VOLTAGE_NORMAL; in imx6q_cpufreq_probe() 457 imx6_soc_volt[num - 1] = PU_SOC_VOLTAGE_HIGH; in imx6q_cpufreq_probe() 467 ret = regulator_set_voltage_time(soc_reg, imx6_soc_volt[0], imx6_soc_volt[num - 1]); in imx6q_cpufreq_probe() [all …]
|