| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | max16601.rst | 50 in1_input VCORE input voltage. 54 in2_input VCORE output voltage. 58 curr1_input VCORE input current, derived from duty cycle and output 64 curr2_input VCORE phase 0 input current. 67 curr3_input VCORE phase 1 input current. 70 curr4_input VCORE phase 2 input current. 73 curr5_input VCORE phase 3 input current. 76 curr6_input VCORE phase 4 input current. 79 curr7_input VCORE phase 5 input current. 82 curr8_input VCORE phase 6 input current. [all …]
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| 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.
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/drivers/hwmon/ |
| 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()
|
| /kernel/linux/linux-5.10/arch/powerpc/kvm/ |
| D | book3s_hv.c | 145 * online threads in the vcore being run. 184 /* 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 307 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_load_hv() 311 * We can test vc->runner without taking the vcore lock, in kvmppc_core_vcpu_load_hv() 330 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()
|
| /kernel/linux/linux-6.6/arch/powerpc/kvm/ |
| D | book3s_hv.c | 140 * online threads in the vcore being run. 179 /* Used to traverse the list of runnable threads for a given vcore */ 257 * run as part of a virtual core, but the task running the vcore 262 * of running the core, and the other vcpu tasks in the vcore will 267 * a vcore using vc->stolen_tb, and the stolen time when the vcpu 270 * stolen time for a vcore when it is inactive, or for a vcpu 281 * updates to vc->stolen_tb are protected by the vcore->stoltb_lock 320 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_load_hv() 336 * We can test vc->runner without taking the vcore lock, in kvmppc_core_vcpu_load_hv() 355 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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
| D | max16601.c | 7 * Ths chip supports two rails, VCORE and VSA. Telemetry information for the 19 * currents for VCORE. Telemetry is reported in vendor specific registers. 73 case 0: /* VCORE */ in max16601_read_word() 103 case 1: /* VCORE, read IIN/PIN from sensor element */ in max16601_read_word() 164 case 0: /* VCORE */ in max16601_write_word() 166 case 1: /* VCORE IIN/PIN from sensor element */ in max16601_write_word()
|
| /kernel/linux/linux-6.6/drivers/regulator/ |
| D | mtk-dvfsrc-regulator.c | 114 MT_DVFSRC_REGULAR("dvfsrc-vcore", VCORE, 131 MT_DVFSRC_REGULAR("dvfsrc-vcore", VCORE,
|
| /kernel/linux/linux-5.10/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";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/ |
| D | st,st-vgxy61.yaml | 34 VCORE-supply: 84 - VCORE-supply 101 VCORE-supply = <&v1v2>;
|
| D | mipi-ccs.yaml | 43 vcore-supply: 44 description: Core voltage supply (VCore), sensor dependent.
|
| /kernel/linux/linux-6.6/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";
|
| /kernel/linux/linux-6.6/drivers/hwmon/pmbus/ |
| 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()
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/mediatek/ |
| D | mt6380.dtsi | 23 mt6380_vcore_reg: buck-vcore { 24 regulator-name = "vcore";
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/mediatek/ |
| D | mt6380.dtsi | 23 mt6380_vcore_reg: buck-vcore { 24 regulator-name = "vcore";
|
| /kernel/linux/linux-6.6/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).
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-5.10/drivers/scsi/ufs/ |
| D | ufs-mediatek.c | 360 "failed to set vcore to %d\n", volt); in ufs_mtk_boost_crypt() 384 "failed to set vcore to MIN\n"); in ufs_mtk_boost_crypt() 423 reg = devm_regulator_get_optional(dev, "dvfsrc-vcore"); in ufs_mtk_init_host_caps() 425 dev_info(dev, "failed to get dvfsrc-vcore: %ld", in ufs_mtk_init_host_caps() 430 if (of_property_read_u32(dev->of_node, "boost-crypt-vcore-min", in ufs_mtk_init_host_caps() 432 dev_info(dev, "failed to get boost-crypt-vcore-min"); in ufs_mtk_init_host_caps()
|