Home
last modified time | relevance | path

Searched refs:mV (Results 1 – 25 of 69) sorted by relevance

123

/linux/Documentation/hwmon/
H A Dina209.rst40 in0_input shunt voltage (mV)
41 in0_input_highest shunt voltage historical maximum reading (mV)
42 in0_input_lowest shunt voltage historical minimum reading (mV)
44 in0_max shunt voltage max alarm limit (mV)
45 in0_min shunt voltage min alarm limit (mV)
46 in0_crit_max shunt voltage crit max alarm limit (mV)
47 in0_crit_min shunt voltage crit min alarm limit (mV)
53 in1_input bus voltage (mV)
54 in1_input_highest bus voltage historical maximum reading (mV)
55 in1_input_lowest bus voltage historical minimum reading (mV)
[all …]
H A Dltc4283.rst50 in1_input Output voltage (mV).
60 in2_input Output voltage (mV).
71 in3_input Output voltage (mV).
82 in4_input Output voltage (mV).
93 in5_input Output voltage (mV).
104 in6_input Output voltage (mV).
115 in7_input Output voltage (mV).
126 in8_input Output voltage (mV).
137 in9_input Output voltage (mV).
148 in10_input Output voltage (mV).
[all …]
H A Dltc4245.rst52 in1_input 12v input voltage (mV)
53 in2_input 5v input voltage (mV)
54 in3_input 3v input voltage (mV)
55 in4_input Vee (-12v) input voltage (mV)
72 in5_input 12v output voltage (mV)
73 in6_input 5v output voltage (mV)
74 in7_input 3v output voltage (mV)
75 in8_input Vee (-12v) output voltage (mV)
H A Dxdpe12284.rst41 - VR12.0 mode, 5-mV DAC - 0x01.
42 - VR12.5 mode, 10-mV DAC - 0x02.
43 - IMVP9 mode, 5-mV DAC - 0x03.
44 - AMD mode 6.25mV - 0x10.
H A Dvt1211.rst82 Voltages are sampled by an 8-bit ADC with a LSB of ~10mV. The supported input
98 +2.5V 2K 10K 1.2 2083 mV
99 VccP --- --- 1.0 1400 mV [1]_
100 +5V 14K 10K 2.4 2083 mV
101 +12V 47K 10K 5.7 2105 mV
102 +3.3V (int) 2K 3.4K 1.588 3300 mV [2]_
103 +3.3V (ext) 6.8K 10K 1.68 1964 mV
157 Vpin = 2200 * Rth / (Rs + Rth) (2200 is the ADC max limit of 2200 mV)
H A Dstpddc60.rst38 output voltage as a positive or negative offset in the interval 50mV to 400mV
39 in 50mV steps. This means that the absolute values of the limits will change
H A Dltc4151.rst50 in1_input VDIN voltage (mV)
52 in2_input ADIN voltage (mV)
H A Dmc13783-adc.rst31 A/D converter has a resolution of 2.25mV.
48 1 Battery Current (BATT - BATTISNS) -50 - 50 mV x20
74 1 Battery Current (BATT - BATTISNSCC) -60 - 60 mV x20
H A Dibm-cffps.rst41 in1_input Measured input voltage in mV.
44 in2_input Measured output voltage in mV.
H A Dw83793.rst48 voltage0-2 is 2mV, resolution of voltage3/4/5 is 16mV, 8mV for voltage6,
49 24mV for voltage7/8. Temp1-4 have a 0.25 degree Celsius resolution,
H A Dmp2975.rst32 protocols are available: VR13 mode with 5-mV DAC; VR13 mode with
33 10-mV DAC, IMVP9 mode with 5-mV DAC.
H A Dltc4260.rst55 in1_input SOURCE voltage (mV)
59 in2_input ADIN voltage (mV)
H A Dinspur-ipsps1.rst45 in1_input Measured input voltage in mV.
47 in2_input Measured output voltage in mV.
H A Dads7828.rst41 if using an external reference, set this to the reference voltage in mV,
42 otherwise it will default to the internal value (2500mV). This value will be
H A Dlineage-pem.rst61 in1_input Output voltage (mV)
66 in2_input Input voltage (mV, optional)
H A Dltc4261.rst61 in1_input ADIN2 voltage (mV)
65 in2_input ADIN voltage (mV)
/linux/include/linux/mfd/
H A Dmenelaus.h21 extern int menelaus_set_vmem(unsigned int mV);
22 extern int menelaus_set_vio(unsigned int mV);
23 extern int menelaus_set_vmmc(unsigned int mV);
24 extern int menelaus_set_vaux(unsigned int mV);
25 extern int menelaus_set_vdcdc(int dcdc, unsigned int mV);
/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l33.txt22 0, then VBST = VP. If greater than 0, the boost voltage will be 3300mV with
23 a value of 1 and will increase at a step size of 100mV until a maximum of
24 8000mV.
62 stage enters LDO operation. Starts as a default value of 50mV for a value
63 of 1 and increases with a step size of 50mV to a maximum of 750mV (value of
80 The reference voltage starts at 3000mV with a value of 0x3 and is increased
81 by 100mV per step to a maximum of 5500mV.
91 1800mV with a step size of 50mV up to a maximum value of 1750mV.
92 Default is 1800mV.
109 cirrus,boost-ctl = <0x30>; /* VBST = 8000mV */
H A Dcs35l34.txt14 converter's output voltage in mV. The range is from VP to 8V with
15 increments of 100mV.
H A Dcs35l35.txt56 converter's output voltage in mV. The range is from 2600mV to 9000mV with
57 increments of 100mV.
/linux/drivers/mfd/
H A Dmenelaus.c448 static int menelaus_set_voltage(const struct menelaus_vtg *vtg, int mV, in menelaus_set_voltage() argument
464 vtg->name, mV, vtg->vtg_reg, val); in menelaus_set_voltage()
573 int menelaus_set_vmem(unsigned int mV) in menelaus_set_vmem() argument
577 if (mV == 0) in menelaus_set_vmem()
580 val = menelaus_get_vtg_value(mV, vmem_values, ARRAY_SIZE(vmem_values)); in menelaus_set_vmem()
583 return menelaus_set_voltage(&vmem_vtg, mV, val, 0x02); in menelaus_set_vmem()
602 int menelaus_set_vio(unsigned int mV) in menelaus_set_vio() argument
606 if (mV == 0) in menelaus_set_vio()
609 val = menelaus_get_vtg_value(mV, vio_values, ARRAY_SIZE(vio_values)); in menelaus_set_vio()
612 return menelaus_set_voltage(&vio_vtg, mV, val, 0x02); in menelaus_set_vio()
[all …]
/linux/include/linux/
H A Dethtool_netlink.h30 int ethnl_cable_test_amplitude(struct phy_device *phydev, u8 pair, s16 mV);
31 int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV);
74 u8 pair, s16 mV) in ethnl_cable_test_amplitude() argument
79 static inline int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV) in ethnl_cable_test_pulse() argument
/linux/Documentation/devicetree/bindings/regulator/
H A Dnvidia,tegra-regulators-coupling.txt12 The CORE and RTC voltages shall be in a range of 170mV from each other
13 and they both shall be higher than the CPU voltage by at least 120mV.
19 and CPU voltages shall be in a range of 300mV from each other and CORE
20 voltage shall be higher than the CPU by N mV, where N depends on the CPU
/linux/Documentation/power/regulator/
H A Doverview.rst100 - voltage output is in the range 800mV -> 3500mV.
108 - Domain-1 voltage is 3300mV
109 - Domain-2 voltage is 1400mV -> 1600mV
/linux/drivers/regulator/
H A Dqcom_rpm-regulator.c27 struct request_member mV; /* used if voltage is in mV */ member
67 .mV = { 0, 0x00000FFF, 0 },
78 .mV = { 0, 0x00000FFF, 0 },
100 .mV = { 0, 0x00000FFF, 0 },
211 const struct request_member *req = &parts->mV; in rpm_reg_set_mV_sel()
271 const struct request_member *req = &parts->mV; in rpm_reg_mV_enable()
328 const struct request_member *req = &parts->mV; in rpm_reg_mV_disable()

123