Home
last modified time | relevance | path

Searched refs:vcore (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/drivers/staging/greybus/
H A Darche-apb-ctrl.c36 struct regulator *vcore; member
83 if (!IS_ERR(apb->vcore)) { in coldboot_seq()
84 ret = regulator_enable(apb->vcore); in coldboot_seq()
125 ret = regulator_enable(apb->vcore); in fw_flashing_seq()
208 if (!IS_ERR(apb->vcore) && regulator_is_enabled(apb->vcore) > 0) in poweroff_seq()
209 regulator_disable(apb->vcore); in poweroff_seq()
361 apb->vcore = devm_regulator_get(dev, "vcore"); in apb_ctrl_get_devtree_data()
362 if (IS_ERR(apb->vcore)) in apb_ctrl_get_devtree_data()
/openbmc/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()
/openbmc/qemu/hw/rtc/
H A Dtwl92230.c45 uint8_t vcore[5]; member
144 s->vcore[1] = 0x05; in menelaus_reset()
145 s->vcore[2] = 0x02; in menelaus_reset()
146 s->vcore[3] = 0x0c; in menelaus_reset()
147 s->vcore[4] = 0x03; in menelaus_reset()
280 return s->vcore[addr - MENELAUS_VCORE_CTRL1]; in menelaus_read()
412 s->vcore[1] = value; in menelaus_write()
415 s->vcore[2] = MIN(value & 0x1f, 0x12); in menelaus_write()
418 s->vcore[3] = MIN(value & 0x1f, 0x12); in menelaus_write()
421 s->vcore[4] = value & 3; in menelaus_write()
[all …]
/openbmc/linux/drivers/mfd/
H A Dstw481x.c80 u8 vcore; in stw481x_startup() local
107 vcore = ret & 0x0f; in stw481x_startup()
121 vcore_val[vcore] / 100, vcore_val[vcore] % 100, in stw481x_startup()
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dmt6380-regulator.txt11 buck-core1, buck-vcore, buck-vrf
29 mt6380_vcore_reg: buck-vcore {
30 regulator-name = "vcore";
H A Dmediatek,mt6357-regulator.yaml84 mt6357_vcore_reg: buck-vcore {
85 regulator-name = "vcore";
H A Dmt6397-regulator.txt69 regulator-name = "vcore";
H A Dmt6358-regulator.txt39 regulator-name = "vcore";
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c841 vc = vcpu->arch.vcore; in kvmppc_doorbell_pending()
991 struct kvmppc_vcore *vcore = target->arch.vcore; in kvm_arch_vcpu_yield_to() local
1008 vcore->runner) in kvm_arch_vcpu_yield_to()
2736 if (vcore == NULL) in kvmppc_vcore_create()
2745 vcore->kvm = kvm; in kvmppc_vcore_create()
2748 return vcore; in kvmppc_vcore_create()
2980 vcore = NULL; in kvmppc_core_vcpu_create_hv()
2997 vcore = NULL; in kvmppc_core_vcpu_create_hv()
2998 } else if (!vcore) { in kvmppc_core_vcpu_create_hv()
3014 if (!vcore) in kvmppc_core_vcpu_create_hv()
[all …]
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_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_builtin.c543 (vcpu->arch.vcore->lpcr & LPCR_AIL) == LPCR_AIL_3 && in inject_interrupt()
595 vcpu->arch.vcore->dpdes = 1; in kvmppc_guest_entry_inject_int()
H A Dbook3s_hv_ras.c143 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_p9_realmode_hmi_handler()
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()
257 struct kvmppc_vcore *vc = vcpu->arch.vcore; in load_l2_hv_regs()
295 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_enter_nested_guest()
H A Dtrace_hv.h444 __entry->n_runnable = vcpu->arch.vcore->n_runnable;
H A Dbook3s_hv_p9_entry.c222 struct kvmppc_vcore *vc = vcpu->arch.vcore; in accumulate_time()
537 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_vcpu_entry_p9()
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt6380.dtsi23 mt6380_vcore_reg: buck-vcore {
24 regulator-name = "vcore";
H A Dmt6357.dtsi23 mt6357_vcore_reg: buck-vcore {
24 regulator-name = "vcore";
H A Dmt6359.dtsi47 regulator-name = "vcore";
H A Dmt6358.dtsi34 regulator-name = "vcore";
/openbmc/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, \
/openbmc/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.
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dmipi-ccs.yaml43 vcore-supply:
/openbmc/linux/arch/arm/boot/dts/mediatek/
H A Dmt8135-evbp1.dts61 regulator-name = "vcore";
/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_book3s.h409 return vcpu->arch.dec_expires - vcpu->arch.vcore->tb_offset; in kvmppc_dec_expires_host_tb()

12