| /linux/drivers/regulator/ |
| H A D | mtk-dvfsrc-regulator.c | 111 MTK_DVFSRC_VREG("dvfsrc-vcore", VCORE, mt6873_voltages), 129 MTK_DVFSRC_VREG("dvfsrc-vcore", VCORE, mt6893_voltages), 144 MTK_DVFSRC_VREG("dvfsrc-vcore", VCORE, mt8183_voltages), 160 MTK_DVFSRC_VREG("dvfsrc-vcore", VCORE, mt8195_voltages), 179 MTK_DVFSRC_VREG("dvfsrc-vcore", VCORE, mt8196_voltages),
|
| H A D | mt6380-regulator.c | 275 MT6380_BUCK("buck-vcore", VCORE, 600000, 1393750, 6250,
|
| H A D | mt6358-regulator.c | 507 MT6358_BUCK("buck_vcore", VCORE, "vsys-vcore", 500000, 1293750, 6250, 579 MT6366_BUCK("vcore", VCORE, 500000, 1293750, 6250,
|
| H A D | mt6357-regulator.c | 344 MT6357_BUCK("buck-vcore", VCORE, 518750, 1312500, 6250,
|
| /linux/Documentation/hwmon/ |
| H A D | max16601.rst | 75 in1_input VCORE input voltage. 79 in2_input VCORE output voltage. 83 curr1_input VCORE input current, derived from duty cycle 89 curr[P+2]_input VCORE phase P input current. 92 curr[N+2]_input VCORE input current, derived from sensor 100 curr[N+4]_input VCORE output current. 107 curr[N+P+5]_input VCORE phase P output current. 129 temp1_input VCORE temperature.
|
| H A D | pxe1610.rst | 42 Used for Vcore power regulation for Intel VR13 based microprocessors
|
| /linux/drivers/hwmon/ |
| H A D | atxp1.c | 97 unsigned long vcore; in cpu0_vid_store() local 100 err = kstrtoul(buf, 10, &vcore); in cpu0_vid_store() 104 vcore /= 25; in cpu0_vid_store() 105 vcore *= 25; in cpu0_vid_store() 108 vid = vid_to_reg(vcore, data->vrm); in cpu0_vid_store() 127 dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", (int)vcore, vid); in cpu0_vid_store()
|
| H A D | cgbc-hwmon.c | 70 { hwmon_in, "VCore A Voltage" }, 71 { hwmon_in, "VCore B Voltage" },
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | mediatek,mt6873-dvfsrc-regulator.yaml | 26 dvfsrc-vcore: 27 description: DVFSRC-controlled SoC Vcore regulator 41 - dvfsrc-vcore
|
| H A D | mt6380-regulator.txt | 11 buck-core1, buck-vcore, buck-vrf 29 mt6380_vcore_reg: buck-vcore { 30 regulator-name = "vcore";
|
| H A D | mediatek,mt6358-regulator.yaml | 31 vsys-vcore-supply: 32 description: Supply for buck regulator vcore
|
| H A D | mediatek,mt6357-regulator.yaml | 84 mt6357_vcore_reg: buck-vcore { 85 regulator-name = "vcore";
|
| /linux/drivers/mfd/ |
| H A D | stw481x.c | 80 u8 vcore; in stw481x_startup() local 107 vcore = ret & 0x0f; in stw481x_startup() 120 dev_info(&stw481x->client->dev, "VCORE: %u.%uV %s\n", in stw481x_startup() 121 vcore_val[vcore] / 100, vcore_val[vcore] % 100, in stw481x_startup() 153 dev_info(&stw481x->client->dev, "VCORE SLEEP: %u.%uV\n", in stw481x_startup()
|
| H A D | db8500-prcmu.c | 2717 /* "v-mmc" changed to "vcore" in the mainline kernel */ 2718 REGULATOR_SUPPLY("vcore", "sdi0"), 2719 REGULATOR_SUPPLY("vcore", "sdi1"), 2720 REGULATOR_SUPPLY("vcore", "sdi2"), 2721 REGULATOR_SUPPLY("vcore", "sdi3"), 2722 REGULATOR_SUPPLY("vcore", "sdi4"), 2725 /* "v-uart" changed to "vcore" in the mainline kernel */ 2726 REGULATOR_SUPPLY("vcore", "uart0"), 2727 REGULATOR_SUPPLY("vcore", "uart1"), 2728 REGULATOR_SUPPLY("vcore", "uart2"),
|
| /linux/drivers/hwmon/pmbus/ |
| H A D | max16601.c | 8 * This chip series supports two rails, VCORE and VSA. Telemetry information 20 * currents for VCORE. Telemetry is reported in vendor specific registers. 80 case 0: /* VCORE */ in max16601_read_word() 110 case 1: /* VCORE, read IIN/PIN from sensor element */ in max16601_read_word() 171 case 0: /* VCORE */ in max16601_write_word() 173 case 1: /* VCORE IIN/PIN from sensor element */ in max16601_write_word()
|
| /linux/Documentation/devicetree/bindings/media/i2c/ |
| H A D | st,st-vgxy61.yaml | 34 VCORE-supply: 84 - VCORE-supply 101 VCORE-supply = <&v1v2>;
|
| /linux/Documentation/devicetree/bindings/soc/mediatek/ |
| H A D | mediatek,mt8183-dvfsrc.yaml | 64 dvfsrc_vcore: dvfsrc-vcore { 65 regulator-name = "dvfsrc-vcore";
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt6380.dtsi | 23 mt6380_vcore_reg: buck-vcore { 24 regulator-name = "vcore";
|
| H A D | mt6357.dtsi | 28 mt6357_vcore_reg: buck-vcore { 29 regulator-name = "vcore";
|
| /linux/Documentation/virt/kvm/ |
| H A D | halt-polling.rst | 11 vcpus of a single vcore have ceded, the host kernel polls for wakeup conditions 41 or in the case of powerpc kvm-hv, in the vcore struct: 45 Thus this is a per vcpu (or vcore) value.
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv_tm_builtin.c | 53 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) in kvmhv_p9_tm_emulation_early() 92 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) in kvmhv_p9_tm_emulation_early()
|
| H A D | book3s_hv_builtin.c | 258 bits of vcore->entry_exit_map */ in kvmhv_commence_exit() 269 * Trigger the other threads in this vcore to exit the guest. in kvmhv_commence_exit() 547 (vcpu->arch.vcore->lpcr & LPCR_AIL) == LPCR_AIL_3 && in inject_interrupt() 599 vcpu->arch.vcore->dpdes = 1; in kvmppc_guest_entry_inject_int()
|
| H A D | book3s_hv_tm.c | 84 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) { in kvmhv_p9_tm_emulation() 135 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) { in kvmhv_p9_tm_emulation()
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | vexpress-v2p-ca15_a7.dts | 341 regulator-name = "A15 Vcore"; 345 label = "A15 Vcore"; 352 regulator-name = "A7 Vcore"; 356 label = "A7 Vcore";
|
| /linux/drivers/cpufreq/ |
| H A D | pxa3xx-cpufreq.c | 72 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument 82 .vcc_core = vcore, \
|