Home
last modified time | relevance | path

Searched +full:2200 +full:mv (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.1/Documentation/hwmon/
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)
168 compute tempx 1 / (1 / 298.15 - (` (2200 / @ - 1)) / 3435) - 273.15,
169 2200 / (1 + (^ (3435 / 298.15 - 3435 / (273.15 + @))))
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dda7213.txt13 - dlg,micbias1-lvl : Voltage (mV) for Mic Bias 1
14 [<1600>, <2200>, <2500>, <3000>]
15 - dlg,micbias2-lvl : Voltage (mV) for Mic Bias 2
16 [<1600>, <2200>, <2500>, <3000>]
Dda7218.txt28 - dlg,micbias1-lvl-millivolt : Voltage (mV) for Mic Bias 1
29 [<1200>, <1600>, <1800>, <2000>, <2200>, <2400>, <2600>, <2800>, <3000>]
30 - dlg,micbias2-lvl-millivolt : Voltage (mV) for Mic Bias 2
31 [<1200>, <1600>, <1800>, <2000>, <2200>, <2400>, <2600>, <2800>, <3000>]
Dcs35l34.txt14 converter's output voltage in mV. The range is from VP to 8V with
15 increments of 100mV.
18 in nH and they can be values of 1000nH, 1100nH, 1200nH, 1500nH, and 2200nH.
Dda7219.txt32 - dlg,micbias-lvl : Voltage (mV) for Mic Bias
33 [<1600>, <1800>, <2000>, <2200>, <2400>, <2600>]
38 - dlg,ldo-lvl : Required internal LDO voltage (mV) level for digital engine
46 - dlg,micbias-pulse-lvl : Mic bias higher voltage pulse level (mV).
Dcs35l35.txt18 in nH and they can be values of 1000nH, 1200nH, 1500nH, and 2200nH.
56 converter's output voltage in mV. The range is from 2600mV to 9000mV with
57 increments of 100mV.
/Linux-v6.1/Documentation/devicetree/bindings/regulator/
Drichtek,rt6160-regulator.yaml14 up to 3A output current from 2025mV to 5200mV. And it support the wide
15 input voltage range from 2200mV to 5500mV.
/Linux-v6.1/arch/arm/mach-omap2/
Dboard-n8x0.c194 int mV; in n8x0_mmc_set_power_menelaus() local
207 mV = 3100; in n8x0_mmc_set_power_menelaus()
210 mV = 3000; in n8x0_mmc_set_power_menelaus()
213 mV = 2800; in n8x0_mmc_set_power_menelaus()
216 mV = 1850; in n8x0_mmc_set_power_menelaus()
221 return menelaus_set_vmmc(mV); in n8x0_mmc_set_power_menelaus()
228 mV = 3300; in n8x0_mmc_set_power_menelaus()
232 mV = 3000; in n8x0_mmc_set_power_menelaus()
236 mV = 2800; in n8x0_mmc_set_power_menelaus()
240 mV = 2400; in n8x0_mmc_set_power_menelaus()
[all …]
/Linux-v6.1/drivers/regulator/
Dtwl-regulator.c40 /* voltage in mV = table[VSEL]; table_len must be a power-of-two */
310 2100, 2800, 2200, 2300,
356 /* 600mV to 1450mV in 12.5 mV steps */
361 /* 600mV to 1450mV in 12.5 mV steps, everything above = 1500mV */
370 int mV = info->table[index]; in twl4030ldo_list_voltage() local
372 return IS_UNSUP(info, mV) ? 0 : (LDO_MV(mV) * 1000); in twl4030ldo_list_voltage()
Dstpmic1_regulator.c56 /* Enable time worst case is 5000mV/(2250uV/uS) */
57 #define PMIC_ENABLE_TIME_US 2200
59 #define PMIC_RAMP_DELAY 2200
/Linux-v6.1/drivers/mfd/
Dmenelaus.c449 static int menelaus_set_voltage(const struct menelaus_vtg *vtg, int mV, in menelaus_set_voltage() argument
464 "to %d mV (reg 0x%02x, val 0x%02x)\n", in menelaus_set_voltage()
465 vtg->name, mV, vtg->vtg_reg, val); in menelaus_set_voltage()
536 dev_dbg(&c->dev, "Setting VCORE FLOOR to %d mV and ROOF to %d mV\n", in menelaus_set_vcore_hw()
574 int menelaus_set_vmem(unsigned int mV) in menelaus_set_vmem() argument
578 if (mV == 0) in menelaus_set_vmem()
581 val = menelaus_get_vtg_value(mV, vmem_values, ARRAY_SIZE(vmem_values)); in menelaus_set_vmem()
584 return menelaus_set_voltage(&vmem_vtg, mV, val, 0x02); in menelaus_set_vmem()
603 int menelaus_set_vio(unsigned int mV) in menelaus_set_vio() argument
607 if (mV == 0) in menelaus_set_vio()
[all …]
/Linux-v6.1/drivers/iio/adc/
Dtwl6030-gpadc.c286 .volt1 = 2200,
293 .volt1 = 2200,
335 .volt1 = 2200,
492 /* Shift back into mV range */ in twl6030_gpadc_get_processed()
/Linux-v6.1/Documentation/admin-guide/media/
Dgspca-cardlist.rst77 sunplus 0461:0821 Fujifilm MV-1
305 pac7302 093a:2626 Labtec 2200
/Linux-v6.1/sound/soc/codecs/
Dcs35l34.c700 case 2200: /* 2.2uH */ in cs35l34_boost_inductor()
819 "Invalid Boost Voltage %d mV\n", val); in cs35l34_handle_of_data()
Dcs35l35.c814 case 2200: /* 2.2uH */ in cs35l35_boost_inductor()
1262 "Invalid Boost Voltage %d mV\n", val32); in cs35l35_handle_of_data()
/Linux-v6.1/
DCREDITS2441 S: 2200 Mission College Blvd
3144 S: 2200 Mission College Blvd
4218 E: jrv@vanzandt.mv.com
DMAINTAINERS6306 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
10501 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT