Searched full:vcc_core (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/cpufreq/ |
H A D | pxa2xx-cpufreq.c | 38 static struct regulator *vcc_core; variable 122 ret = regulator_set_voltage(vcc_core, vmin, vmax); in pxa_cpufreq_change_voltage() 124 pr_err("Failed to set vcc_core in [%dmV..%dmV]\n", vmin, vmax); in pxa_cpufreq_change_voltage() 130 vcc_core = regulator_get(NULL, "vcc_core"); in pxa_cpufreq_init_voltages() 131 if (IS_ERR(vcc_core)) { in pxa_cpufreq_init_voltages() 132 pr_info("Didn't find vcc_core regulator\n"); in pxa_cpufreq_init_voltages() 133 vcc_core = NULL; in pxa_cpufreq_init_voltages() 135 pr_info("Found vcc_core regulator\n"); in pxa_cpufreq_init_voltages() 201 if (vcc_core && new_freq_cpu > policy->cur) { in pxa_set_target() 218 if (vcc_core && new_freq_cpu < policy->cur) in pxa_set_target()
|
H A D | pxa3xx-cpufreq.c | 68 int vcc_core; /* in mV */ member 82 .vcc_core = vcore, \ 87 /* CPU XL XN HSS DMEM SMEM SRAM DFI VCC_CORE VCC_SRAM */ 95 /* CPU XL XN HSS DMEM SMEM SRAM DFI VCC_CORE VCC_SRAM */
|
/openbmc/linux/arch/arm/boot/dts/sigmastar/ |
H A D | mstar-infinity-breadbee-common.dtsi | 10 vcc_core: fixedregulator@0 { label 12 regulator-name = "vcc_core"; 48 cpu-supply = <&vcc_core>;
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | max1586-regulator.txt | 19 vcc_core: v3 { 20 regulator-name = "vcc_core";
|
/openbmc/linux/include/linux/regulator/ |
H A D | max1586.h | 25 * @name: regulator cute name (example for V3: "vcc_core")
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | ti,tps6594.yaml | 137 regulator-name = "vcc_core";
|
/openbmc/linux/drivers/regulator/ |
H A D | Kconfig | 555 for PXA27x chips to control VCC_CORE and VCC_USIM voltages. 667 S5PV210, and Exynos-4 chips to control VCC_CORE and 676 and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages.
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | spitz.c | 895 REGULATOR_SUPPLY("vcc_core", NULL), 901 .name = "vcc_core range",
|