Searched full:vcc_core (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/cpufreq/ |
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()
|
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 */
|
/linux-6.12.1/arch/arm/boot/dts/sigmastar/ |
D | mstar-infinity-breadbee-common.dtsi | 10 vcc_core: fixedregulator@0 { label 12 regulator-name = "vcc_core"; 48 cpu-supply = <&vcc_core>;
|
/linux-6.12.1/Documentation/devicetree/bindings/regulator/ |
D | max1586-regulator.txt | 19 vcc_core: v3 { 20 regulator-name = "vcc_core";
|
/linux-6.12.1/include/linux/regulator/ |
D | max1586.h | 25 * @name: regulator cute name (example for V3: "vcc_core")
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | ti,tps6594.yaml | 138 regulator-name = "vcc_core";
|
/linux-6.12.1/drivers/regulator/ |
D | Kconfig | 583 for PXA27x chips to control VCC_CORE and VCC_USIM voltages. 705 S5PV210, and Exynos-4 chips to control VCC_CORE and 714 and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages.
|
/linux-6.12.1/arch/arm/mach-pxa/ |
D | spitz.c | 995 REGULATOR_SUPPLY("vcc_core", NULL), 1001 .name = "vcc_core range",
|
/linux-6.12.1/arch/arm64/boot/dts/ti/ |
D | k3-am62a7-sk.dts | 438 regulator-name = "vcc_core";
|