/Linux-v6.1/Documentation/hwmon/ |
D | max16601.rst | 66 in1_input VCORE input voltage. 70 in2_input VCORE output voltage. 74 curr1_input VCORE input current, derived from duty cycle 80 curr[P+2]_input VCORE phase P input current. 83 curr[N+2]_input VCORE input current, derived from sensor 91 curr[N+4]_input VCORE output current. 98 curr[N+P+5]_input VCORE phase P output current. 120 temp1_input VCORE temperature.
|
D | pxe1610.rst | 42 Used for Vcore power regulation for Intel VR13 based microprocessors
|
/Linux-v6.1/drivers/staging/greybus/ |
D | arche-apb-ctrl.c | 36 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()
|
/Linux-v6.1/drivers/hwmon/ |
D | atxp1.c | 96 unsigned long vcore; in cpu0_vid_store() local 99 err = kstrtoul(buf, 10, &vcore); in cpu0_vid_store() 103 vcore /= 25; in cpu0_vid_store() 104 vcore *= 25; in cpu0_vid_store() 107 vid = vid_to_reg(vcore, data->vrm); in cpu0_vid_store() 126 dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", (int)vcore, vid); in cpu0_vid_store()
|
/Linux-v6.1/arch/powerpc/kvm/ |
D | book3s_hv.c | 137 * online threads in the vcore being run. 176 /* Used to traverse the list of runnable threads for a given vcore */ 254 * run as part of a virtual core, but the task running the vcore 259 * of running the core, and the other vcpu tasks in the vcore will 264 * a vcore using vc->stolen_tb, and the stolen time when the vcpu 267 * stolen time for a vcore when it is inactive, or for a vcpu 278 * updates to vc->stolen_tb are protected by the vcore->stoltb_lock 317 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_load_hv() 333 * We can test vc->runner without taking the vcore lock, in kvmppc_core_vcpu_load_hv() 352 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_put_hv() [all …]
|
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()
|
D | book3s_hv_builtin.c | 253 bits of vcore->entry_exit_map */ in kvmhv_commence_exit() 264 * Trigger the other threads in this vcore to exit the guest. in kvmhv_commence_exit() 542 (vcpu->arch.vcore->lpcr & LPCR_AIL) == LPCR_AIL_3 && in inject_interrupt() 594 vcpu->arch.vcore->dpdes = 1; in kvmppc_guest_entry_inject_int()
|
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()
|
D | book3s_hv_nested.c | 32 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()
|
/Linux-v6.1/drivers/mfd/ |
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()
|
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-v6.1/drivers/regulator/ |
D | mtk-dvfsrc-regulator.c | 115 MT_DVFSRC_REGULAR("dvfsrc-vcore", VCORE, 132 MT_DVFSRC_REGULAR("dvfsrc-vcore", VCORE,
|
D | mt6380-regulator.c | 275 MT6380_BUCK("buck-vcore", VCORE, 600000, 1393750, 6250,
|
/Linux-v6.1/Documentation/devicetree/bindings/regulator/ |
D | mt6380-regulator.txt | 11 buck-core1, buck-vcore, buck-vrf 29 mt6380_vcore_reg: buck-vcore { 30 regulator-name = "vcore";
|
/Linux-v6.1/drivers/hwmon/pmbus/ |
D | max16601.c | 7 * This chip series supports two rails, VCORE and VSA. Telemetry information 19 * currents for VCORE. Telemetry is reported in vendor specific registers. 79 case 0: /* VCORE */ in max16601_read_word() 109 case 1: /* VCORE, read IIN/PIN from sensor element */ in max16601_read_word() 170 case 0: /* VCORE */ in max16601_write_word() 172 case 1: /* VCORE IIN/PIN from sensor element */ in max16601_write_word()
|
/Linux-v6.1/arch/arm64/boot/dts/mediatek/ |
D | mt6380.dtsi | 23 mt6380_vcore_reg: buck-vcore { 24 regulator-name = "vcore";
|
/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/ |
D | mipi-ccs.yaml | 43 vcore-supply: 44 description: Core voltage supply (VCore), sensor dependent.
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | kvm_book3s.h | 409 return vcpu->arch.dec_expires - vcpu->arch.vcore->tb_offset; in kvmppc_dec_expires_host_tb() 446 * 0) unchanged: if the guest is filling each VCORE completely then it will be 454 * possible if the guest is leaving at least 1/2 of each VCORE empty, so IDs 455 * can be safely packed into the second half of each VCORE by adding an offset 460 * VCORE empty so packed IDs can be offset by (stride / 4) and (stride * 3 / 4).
|
D | kvm_host.h | 345 /* This bit is used when a vcore exit is triggered from outside the vcore */ 765 struct kvmppc_vcore *vcore; member
|
/Linux-v6.1/Documentation/virt/kvm/ |
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-v6.1/arch/arm/boot/dts/ |
D | vexpress-v2p-ca15_a7.dts | 341 regulator-name = "A15 Vcore"; 345 label = "A15 Vcore"; 352 regulator-name = "A7 Vcore"; 356 label = "A7 Vcore";
|
D | mt8135-evbp1.dts | 61 regulator-name = "vcore";
|
/Linux-v6.1/drivers/cpufreq/ |
D | pxa3xx-cpufreq.c | 72 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument 82 .vcc_core = vcore, \
|
D | pmac32-cpufreq.c | 552 volt_gpio_np = of_find_node_by_name(NULL, "cpu-vcore-select"); in pmac_cpufreq_init_7447A() 557 pr_err("missing cpu-vcore-select gpio\n"); in pmac_cpufreq_init_7447A() 588 volt_gpio_np = of_find_node_by_name(NULL, "cpu-vcore-select"); in pmac_cpufreq_init_750FX()
|
/Linux-v6.1/drivers/ufs/host/ |
D | ufs-mediatek.c | 501 "failed to set vcore to %d\n", volt); in ufs_mtk_boost_crypt() 525 "failed to set vcore to MIN\n"); in ufs_mtk_boost_crypt() 559 reg = devm_regulator_get_optional(dev, "dvfsrc-vcore"); in ufs_mtk_init_boost_crypt() 561 dev_info(dev, "failed to get dvfsrc-vcore: %ld", in ufs_mtk_init_boost_crypt() 566 if (of_property_read_u32(dev->of_node, "boost-crypt-vcore-min", in ufs_mtk_init_boost_crypt() 568 dev_info(dev, "failed to get boost-crypt-vcore-min"); in ufs_mtk_init_boost_crypt()
|