Home
last modified time | relevance | path

Searched full:vcc_core (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/cpufreq/
Dpxa2xx-cpufreq.c38 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()
Dpxa3xx-cpufreq.c68 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/
Dmstar-infinity-breadbee-common.dtsi10 vcc_core: fixedregulator@0 { label
12 regulator-name = "vcc_core";
48 cpu-supply = <&vcc_core>;
/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Dmax1586-regulator.txt19 vcc_core: v3 {
20 regulator-name = "vcc_core";
/linux-6.12.1/include/linux/regulator/
Dmax1586.h25 * @name: regulator cute name (example for V3: "vcc_core")
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dti,tps6594.yaml138 regulator-name = "vcc_core";
/linux-6.12.1/drivers/regulator/
DKconfig583 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/
Dspitz.c995 REGULATOR_SUPPLY("vcc_core", NULL),
1001 .name = "vcc_core range",
/linux-6.12.1/arch/arm64/boot/dts/ti/
Dk3-am62a7-sk.dts438 regulator-name = "vcc_core";