Home
last modified time | relevance | path

Searched full:vcore (Results 1 – 25 of 47) sorted by relevance

12

/linux/drivers/regulator/
H A Dmtk-dvfsrc-regulator.c111 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 Dmt6380-regulator.c275 MT6380_BUCK("buck-vcore", VCORE, 600000, 1393750, 6250,
/linux/drivers/hwmon/
H A Datxp1.c97 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 Dcgbc-hwmon.c70 { hwmon_in, "VCore A Voltage" },
71 { hwmon_in, "VCore B Voltage" },
H A Dw83792d.c53 0x20, /* Vcore A in DataSheet */
54 0x21, /* Vcore B in DataSheet */
66 0x2B, /* Vcore A High Limit in DataSheet */
67 0x2D, /* Vcore B High Limit in DataSheet */
77 0x2C, /* Vcore A Low Limit in DataSheet */
78 0x2E, /* Vcore B Low Limit in DataSheet */
/linux/Documentation/devicetree/bindings/regulator/
H A Dmediatek,mt6873-dvfsrc-regulator.yaml26 dvfsrc-vcore:
27 description: DVFSRC-controlled SoC Vcore regulator
41 - dvfsrc-vcore
H A Dmt6380-regulator.txt11 buck-core1, buck-vcore, buck-vrf
29 mt6380_vcore_reg: buck-vcore {
30 regulator-name = "vcore";
H A Dmediatek,mt6358-regulator.yaml31 vsys-vcore-supply:
32 description: Supply for buck regulator vcore
H A Dmediatek,mt6357-regulator.yaml84 mt6357_vcore_reg: buck-vcore {
85 regulator-name = "vcore";
H A Dmediatek,mt6397-regulator.yaml106 regulator-name = "vcore";
/linux/drivers/mfd/
H A Dstw481x.c80 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 Ddb8500-prcmu.c2717 /* "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/Documentation/devicetree/bindings/media/i2c/
H A Dst,st-vgxy61.yaml34 VCORE-supply:
84 - VCORE-supply
101 VCORE-supply = <&v1v2>;
H A Dmaxim,max96717.yaml144 VCORE-supply = <&v1v2>;
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt6380.dtsi23 mt6380_vcore_reg: buck-vcore {
24 regulator-name = "vcore";
H A Dmt6357.dtsi28 mt6357_vcore_reg: buck-vcore {
29 regulator-name = "vcore";
/linux/Documentation/virt/kvm/
H A Dhalt-polling.rst11 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 Dbook3s_hv_tm_builtin.c53 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 Dbook3s_hv_builtin.c258 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 Dbook3s_hv_tm.c84 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()
H A Dbook3s_hv_nested.c32 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_save_hv_regs()
106 struct kvmppc_vcore *vc = vcpu->arch.vcore; in save_hv_return_state()
143 struct kvmppc_vcore *vc = vcpu->arch.vcore; in restore_hv_regs()
171 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_restore_hv_return_state()
263 struct kvmppc_vcore *vc = vcpu->arch.vcore; in load_l2_hv_regs()
301 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_enter_nested_guest()
/linux/arch/arm/boot/dts/arm/
H A Dvexpress-v2p-ca15_a7.dts341 regulator-name = "A15 Vcore";
345 label = "A15 Vcore";
352 regulator-name = "A7 Vcore";
356 label = "A7 Vcore";
/linux/drivers/cpufreq/
H A Dpxa3xx-cpufreq.c72 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument
82 .vcc_core = vcore, \
/linux/Documentation/hwmon/
H A Dpxe1610.rst42 Used for Vcore power regulation for Intel VR13 based microprocessors
/linux/arch/arm/boot/dts/mediatek/
H A Dmt8135-evbp1.dts61 regulator-name = "vcore";

12