/linux/include/linux/usb/ |
H A D | pd.h | 236 #define PDO_FIXED_VOLT_SHIFT 10 /* 50mV units */ 239 #define PDO_FIXED_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_FIXED_VOLT_SHIFT) argument 242 #define PDO_FIXED(mv, ma, flags) \ argument 244 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma)) 246 #define VSAFE5V 5000 /* mv units */ 248 #define PDO_BATT_MAX_VOLT_SHIFT 20 /* 50mV units */ 249 #define PDO_BATT_MIN_VOLT_SHIFT 10 /* 50mV units */ 250 #define PDO_BATT_MAX_PWR_SHIFT 0 /* 250mW units */ 252 #define PDO_BATT_MIN_VOLT(mv) ((((m argument 253 PDO_BATT_MAX_VOLT(mv) global() argument 264 PDO_VAR_MIN_VOLT(mv) global() argument 265 PDO_VAR_MAX_VOLT(mv) global() argument 288 PDO_PPS_APDO_MIN_VOLT(mv) global() argument 290 PDO_PPS_APDO_MAX_VOLT(mv) global() argument 395 PDO_PROG_OUT_VOLT(mv) global() argument [all...] |
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_ddi_buf_trans.c | 53 /* Idx NT mV d T mV d db */ 126 /* Idx NT mV d T mV df db */ 362 /* Idx NT mV diff db */ 381 /* Idx NT mV diff db */ 386 { .bxt = { 32, 0, 0, 128, } }, /* 4: 250 0 */ 387 { .bxt = { 48, 0, 0, 104, } }, /* 5: 250 1.5 */ 388 { .bxt = { 54, 0, 0, 85, } }, /* 6: 250 4 */ 403 /* Idx NT mV dif [all...] |
/linux/Documentation/hwmon/ |
H A D | abituguru-datasheet.rst | 88 to hold 0x09, DATA should read 0x09 within 250 read cycles. 108 more input (max 250 reads). 118 which indicates that the uGuru is ready to be read (max 250 reads) and once 137 which indicates that the uGuru is ready to be written (max 250 reads) and 140 Once all bytes have been written wait for DATA to hold 0x01 (max 250 reads) 155 turned up which do not hold 0x08 at DATA within 250 reads after writing the 203 reading of 255 with 3494 mV. The sensors for higher voltages however are 205 in use result in ranges of: 0-4361mV, 0-6248mV or 0-14510mV [all...] |
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm630-sony-xperia-nile.dtsi | 322 regulator-enable-ramp-delay = <250>; 337 regulator-enable-ramp-delay = <250>; 345 regulator-enable-ramp-delay = <250>; 356 regulator-enable-ramp-delay = <250>; 366 * Downstream specifies a range of 1721-3600mV, 375 regulator-enable-ramp-delay = <250>; 384 regulator-enable-ramp-delay = <250>; 391 regulator-enable-ramp-delay = <250>; 398 regulator-enable-ramp-delay = <250>; 402 /* L9B (870mV) i [all...] |
H A D | sdm660-xiaomi-lavender.dts | 146 regulator-enable-ramp-delay = <250>; 154 regulator-enable-ramp-delay = <250>; 161 regulator-enable-ramp-delay = <250>; 168 regulator-enable-ramp-delay = <250>; 177 * Downstream specifies a range of 1721-3600mV, 186 regulator-enable-ramp-delay = <250>; 194 regulator-enable-ramp-delay = <250>; 200 regulator-enable-ramp-delay = <250>; 255 regulator-enable-ramp-delay = <250>; 262 regulator-enable-ramp-delay = <250>; [all...] |
H A D | sda660-inforce-ifc6560.dts | 297 regulator-enable-ramp-delay = <250>; 309 regulator-enable-ramp-delay = <250>; 317 regulator-enable-ramp-delay = <250>; 326 regulator-enable-ramp-delay = <250>; 335 regulator-enable-ramp-delay = <250>; 344 regulator-enable-ramp-delay = <250>; 375 regulator-enable-ramp-delay = <250>; 382 regulator-enable-ramp-delay = <250>; 390 regulator-enable-ramp-delay = <250>; 400 * Downstream specifies a range of 1721-3600mV, [all...] |
/linux/drivers/hwmon/pmbus/ |
H A D | stpddc60.c | 38 * and limit value in steps of 50mv in the range 0 (50mv) to 7 (400mv). 47 v = 250 + (vout - 1) * 5; /* Convert VID to mv */ in stpddc60_get_offset() 48 l = (limit * 1000L) >> 8; /* Convert LINEAR to mv */ in stpddc60_get_offset()
|
H A D | mp2891.c | 101 * 2.5mV/LSB in mp2891_identify_vout_scale() 104 * 00b - 6.25mV/LSB, 01b - 5mV/LSB, 10b - 2mV/LSB, 11b - 1mV in mp2891_identify_vout_scale() 107 data->vout_scale[page] = 250; in mp2891_identify_vout_scale() 310 * The MP2891 PMBUS_VIN_OV_FAULT_LIMIT scale is 125mV/Lsb. in mp2891_read_word_data() 311 * but the vin scale is set to 31.25mV/Lsb(using r/m/b scale). in mp2891_read_word_data() 454 * should not be changed. The scale of PMBUS_VIN_OV_FAULT_LIMIT is 125mV/Lsb, in mp2891_write_word_data() 455 * but the vin scale is set to 31.25mV/Ls in mp2891_write_word_data() [all...] |
H A D | ltc3815.c | 36 * with a LSB of 0.5mV, override and report direct mode with in ltc3815_read_byte_data() 158 .m[PSC_VOLTAGE_IN] = 250,
|
/linux/include/dt-bindings/usb/ |
H A D | pd.h | 26 #define PDO_FIXED_VOLT_SHIFT 10 /* 50mV units */ 29 #define PDO_FIXED_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_FIXED_VOLT_SHIFT) argument 32 #define PDO_FIXED(mv, ma, flags) \ argument 34 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma)) 36 #define VSAFE5V 5000 /* mv units */ 38 #define PDO_BATT_MAX_VOLT_SHIFT 20 /* 50mV units */ 39 #define PDO_BATT_MIN_VOLT_SHIFT 10 /* 50mV units */ 40 #define PDO_BATT_MAX_PWR_SHIFT 0 /* 250mW units */ 42 #define PDO_BATT_MIN_VOLT(mv) ((((m argument 43 PDO_BATT_MAX_VOLT(mv) global() argument 54 PDO_VAR_MIN_VOLT(mv) global() argument 55 PDO_VAR_MAX_VOLT(mv) global() argument 76 PDO_PPS_APDO_MIN_VOLT(mv) global() argument 78 PDO_PPS_APDO_MAX_VOLT(mv) global() argument [all...] |
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx53-sk-imx53-atm0700d4.dtsi | 32 ti,vref-mv = /bits/ 16 <3300>; 34 ti,y-plate-ohms = /bits/ 16 <250>;
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | fsl,sgtl5000.yaml | 51 values from 1.25V to 3V by 250mV steps. If this node is not mentioned
|
/linux/drivers/power/supply/ |
H A D | adp5061.c | 119 50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 131 100, 150, 200, 250, 300, 400, 500, 600, 700, 212 /* Convert from uV to mV */ in adp5061_set_min_voltage() 280 /* Convert from uV to mV */ in adp5061_set_max_voltage() 301 /* Convert from uV to mV */ in adp5061_set_const_chg_vmax() 407 /* Convert from uV to mV */ in adp5061_set_vweak_th()
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | adi,ad4170-4.yaml | 31 inputs is from AVSS - 50 mV to AVDD + 50 mV when the reference buffers are 292 enum: [0, 10, 50, 100, 250, 500, 1000, 1500] 299 enum: [0, 10, 50, 100, 250, 500, 1000, 1500] 306 enum: [0, 10, 50, 100, 250, 500, 1000, 1500] 313 enum: [0, 10, 50, 100, 250, 500, 1000, 1500]
|
/linux/Documentation/admin-guide/media/ |
H A D | bttv-cardlist.rst | 46 - MATRIX-Vision MV-Delta 198 - MATRIX-Vision MV-Delta 2 366 - Osprey 200/201/250/251 370 - Osprey 200/250
|
/linux/include/linux/iio/adc/ |
H A D | qcom-vadc-common.h | 32 #define ADC5_DECIMATION_SHORT 250 59 * VADC_CALIB_ABSOLUTE: uses the 625mV and 1.25V as reference channels.
|
/linux/drivers/input/misc/ |
H A D | drv260x.c | 216 /* Data sheet says to wait 250us before trying to communicate */ in drv260x_worker() 217 udelay(250); in drv260x_worker() 472 error = device_property_read_u32(dev, "vib-rated-mv", &voltage); in drv260x_probe() 476 error = device_property_read_u32(dev, "vib-overdrive-mv", &voltage); in drv260x_probe()
|
/linux/drivers/regulator/ |
H A D | pca9450-regulator.c | 71 * 00: 25mV/1usec 72 * 01: 25mV/2usec 73 * 10: 25mV/4usec 74 * 11: 25mV/8usec 171 * 0.60 to 2.1875V (12.5mV step) 179 * 0.65 to 2.2375V (12.5mV step) 187 * 0.6V to 3.4V (25mV step) 205 * 0.8 to 1.15V (50mV step) 213 * 0.8 to 3.3V (100mV step) 222 * 1.8 to 3.3V (100mV ste [all...] |
H A D | fan53555.c | 286 di->enable_time = 250; in fan53526_voltages_setup_fairchild() 440 * VOUT = 0.60V + NSELx * 10mV, from 0.60 to 1.23V. 442 * VOUT = 0.603V + NSELx * 12.826mV, from 0.603 to 1.411V.
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-vp9.c | 1075 .mv = { 1142 DIV_INV(250), DIV_INV(251), DIV_INV(252), DIV_INV(253), in fastdiv() 1361 u8 *p = probs->mv.joint; in update_mv_probs() 1362 const u8 *d = deltas->mv.joint; in update_mv_probs() 1369 for (i = 0; i < ARRAY_SIZE(probs->mv.sign); i++) { in update_mv_probs() 1370 p = probs->mv.sign; in update_mv_probs() 1371 d = deltas->mv.sign; in update_mv_probs() 1374 p = probs->mv.classes[i]; in update_mv_probs() 1375 d = deltas->mv.classes[i]; in update_mv_probs() 1376 for (j = 0; j < ARRAY_SIZE(probs->mv in update_mv_probs() [all...] |
/linux/drivers/mmc/core/ |
H A D | core.c | 51 #define SD_DISCARD_TIMEOUT_MS (250) 703 * the 250ms maximum busy length." Even the in mmc_set_data_timeout() 1017 * @vdd: voltage (mV) 1025 * with @low_bits = true, 3300 mV translates to ilog2(MMC_VDD_32_33); 1026 * with @low_bits = false, 3300 mV translates to ilog2(MMC_VDD_33_34); 1044 /* Base 2000 mV, step 100 mV, bit's base 8. */ in mmc_vdd_to_ocrbitnum() 1053 * @vdd_min: minimum voltage value (mV) 1054 * @vdd_max: maximum voltage value (mV) 1572 * the busy timeout is 250mse in mmc_sd_erase_timeout() [all...] |
/linux/drivers/iio/dac/ |
H A D | ad3552r-common.c | 34 [AD3552R_CH_GAIN_SCALING_0_25] = 250, 107 /* 2.5 * 1.03 * 1000 (To mV) */ in ad3552r_get_custom_range()
|
/linux/drivers/media/i2c/ |
H A D | ths7303.c | 256 "DC Bias + 250 mV Offset Select",
|
/linux/sound/soc/codecs/ |
H A D | ab8500-codec.c | 1344 "250mV", "300mV", "350mV", "400mV", 1345 "450mV", "500mV", "550mV", "600mV", 1346 "650mV", "70 [all...] |
/linux/drivers/iio/adc/ |
H A D | ina2xx-adc.c | 229 /* processed (mV) = raw * lsb(nV) / 1000000 */ in ina2xx_read_raw() 235 /* processed (mV) = raw * lsb (uV) / 1000 */ in ina2xx_read_raw() 427 static const int ina219_vshunt_gain_tab[] = { 125, 250, 500, 1000 }; 429 125, 1000, 250, 1000, 500, 1000, 1000, 1000 };
|