/Linux-v6.6/include/linux/usb/ |
D | pd.h | 231 #define PDO_FIXED_VOLT_SHIFT 10 /* 50mV units */ 234 #define PDO_FIXED_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_FIXED_VOLT_SHIFT) argument 237 #define PDO_FIXED(mv, ma, flags) \ argument 239 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma)) 241 #define VSAFE5V 5000 /* mv units */ 243 #define PDO_BATT_MAX_VOLT_SHIFT 20 /* 50mV units */ 244 #define PDO_BATT_MIN_VOLT_SHIFT 10 /* 50mV units */ 245 #define PDO_BATT_MAX_PWR_SHIFT 0 /* 250mW units */ 247 #define PDO_BATT_MIN_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_BATT_MIN_VOLT_SHIFT) argument 248 #define PDO_BATT_MAX_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_BATT_MAX_VOLT_SHIFT) argument [all …]
|
/Linux-v6.6/drivers/gpu/drm/i915/display/ |
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 diff db */ 424 /* NT mV Trans mV db */ 443 /* NT mV Trans mV db */ [all …]
|
/Linux-v6.6/Documentation/hwmon/ |
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. 3.3 volt sources 206 use the 0-4361mV range, 5 volt the 0-6248mV and 12 volt the 0-14510mV .
|
/Linux-v6.6/drivers/hwmon/pmbus/ |
D | xdpe12284.c | 17 #define XDPE122_PROT_VR12_5MV 0x01 /* VR12.0 mode, 5-mV DAC */ 18 #define XDPE122_PROT_VR12_5_10MV 0x02 /* VR12.5 mode, 10-mV DAC */ 19 #define XDPE122_PROT_IMVP9_10MV 0x03 /* IMVP9 mode, 10-mV DAC */ 20 #define XDPE122_AMD_625MV 0x10 /* AMD mode 6.25mV */ 55 if (val >= 250) in xdpe122_read_word_data() 56 return 1 + DIV_ROUND_CLOSEST(val - 250, 5); in xdpe122_read_word_data()
|
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()
|
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-v6.6/arch/arm64/boot/dts/qcom/ |
D | sdm630-sony-xperia-nile.dtsi | 310 regulator-enable-ramp-delay = <250>; 325 regulator-enable-ramp-delay = <250>; 333 regulator-enable-ramp-delay = <250>; 344 regulator-enable-ramp-delay = <250>; 354 * Downstream specifies a range of 1721-3600mV, 363 regulator-enable-ramp-delay = <250>; 372 regulator-enable-ramp-delay = <250>; 379 regulator-enable-ramp-delay = <250>; 386 regulator-enable-ramp-delay = <250>; 390 /* L9B (870mV) is currently unused */ [all …]
|
D | sdm660-xiaomi-lavender.dts | 145 regulator-enable-ramp-delay = <250>; 153 regulator-enable-ramp-delay = <250>; 160 regulator-enable-ramp-delay = <250>; 167 regulator-enable-ramp-delay = <250>; 176 * Downstream specifies a range of 1721-3600mV, 185 regulator-enable-ramp-delay = <250>; 193 regulator-enable-ramp-delay = <250>; 199 regulator-enable-ramp-delay = <250>; 254 regulator-enable-ramp-delay = <250>; 261 regulator-enable-ramp-delay = <250>; [all …]
|
D | sda660-inforce-ifc6560.dts | 268 regulator-enable-ramp-delay = <250>; 275 regulator-enable-ramp-delay = <250>; 283 regulator-enable-ramp-delay = <250>; 292 regulator-enable-ramp-delay = <250>; 301 regulator-enable-ramp-delay = <250>; 310 regulator-enable-ramp-delay = <250>; 341 regulator-enable-ramp-delay = <250>; 348 regulator-enable-ramp-delay = <250>; 356 regulator-enable-ramp-delay = <250>; 366 * Downstream specifies a range of 1721-3600mV, [all …]
|
/Linux-v6.6/include/dt-bindings/usb/ |
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) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_BATT_MIN_VOLT_SHIFT) argument 43 #define PDO_BATT_MAX_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_BATT_MAX_VOLT_SHIFT) argument [all …]
|
/Linux-v6.6/drivers/power/supply/ |
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()
|
D | 88pm860x_battery.c | 165 /* V_MEAS(mV) = data * 1.8 * 1000 / (2^12) */ in measure_12bit_voltage() 181 /* V_BATT_MEAS(mV) = value * 3 * 1.8 * 1000 / (2^12) */ in measure_vbatt() 200 /* V_BATT_MEAS(mV) = data * 3 * 1.8 * 1000 / (2^12) */ in measure_vbatt() 569 /* meausered Vtbat(mV) / Ibias_current(11uA)*/ in measure_temp() 611 dev_dbg(info->dev, "temp_C:%d C,temp_mv:%d mv\n", temp, *data); in measure_temp() 861 data = 250; in pm860x_batt_get_prop()
|
D | ds2760_battery.c | 95 int voltage_raw; /* units of 4.88 mV */ 282 /* DS2760 reports voltage in units of 4.88mV, but the battery class in ds2760_battery_read_status() 299 di->accum_current_uAh = di->accum_current_raw * 250; in ds2760_battery_read_status()
|
/Linux-v6.6/Documentation/devicetree/bindings/sound/ |
D | sgtl5000.yaml | 51 values from 1.25V to 3V by 250mV steps. If this node is not mentioned
|
/Linux-v6.6/Documentation/admin-guide/media/ |
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
|
D | bttv.rst | 446 MV-Delta 1256 - WinTV PVR 250 1262 -980 WinTV-PVR-250 (149USD) (iTVC15 chipset) 1286 -981 WinTV PVR 250 1331 -983 WinTV-PVR-250 1346 - MATRIX-Vision MV-Delta 1347 - MATRIX-Vision MV-Delta 2
|
/Linux-v6.6/include/linux/iio/adc/ |
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-v6.6/drivers/input/misc/ |
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-v6.6/drivers/mmc/core/ |
D | core.c | 52 #define SD_DISCARD_TIMEOUT_MS (250) 692 * the 250ms maximum busy length." Even the in mmc_set_data_timeout() 1007 * @vdd: voltage (mV) 1015 * with @low_bits = true, 3300 mV translates to ilog2(MMC_VDD_32_33); 1016 * with @low_bits = false, 3300 mV translates to ilog2(MMC_VDD_33_34); 1034 /* Base 2000 mV, step 100 mV, bit's base 8. */ in mmc_vdd_to_ocrbitnum() 1043 * @vdd_min: minimum voltage value (mV) 1044 * @vdd_max: maximum voltage value (mV) 1562 * the busy timeout is 250msec per discard command. in mmc_sd_erase_timeout() 1574 * use 250ms per write block. in mmc_sd_erase_timeout() [all …]
|
/Linux-v6.6/drivers/media/v4l2-core/ |
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.classes[0]); j++) in update_mv_probs() [all …]
|
/Linux-v6.6/drivers/iio/adc/ |
D | ad7280a.c | 214 * conversion delays and acquisition time options it may take up to 250us, in 223 usleep_range(250, 500); in ad7280_delay() 742 value = ((val - 1000) * 100) / 1568; /* LSB 15.68mV */ in ad7280a_write_thresh() 767 value = (val * 10) / 196; /* LSB 19.6mV */ in ad7280a_write_thresh() 874 ad7280a_t_acq_ns[st->acquisition_time & 0x3] + st->slave_num * 250; in ad7280_update_delay()
|
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 };
|
/Linux-v6.6/drivers/media/i2c/ |
D | ths7303.c | 257 "DC Bias + 250 mV Offset Select",
|
/Linux-v6.6/sound/soc/codecs/ |
D | ab8500-codec.c | 1344 "250mV", "300mV", "350mV", "400mV", 1345 "450mV", "500mV", "550mV", "600mV", 1346 "650mV", "700mV", "750mV", "800mV", 1347 "850mV", "900mV", "950mV", "1.00V" };
|
/Linux-v6.6/drivers/hwmon/ |
D | adt7462.c | 513 /* Multipliers are actually in uV, not mV. */ 861 250 * frac); in temp_show() 881 x /= 1000; /* convert from uV to mV */ in volt_max_show() 900 temp *= 1000; /* convert mV to uV */ in volt_max_store() 921 x /= 1000; /* convert from uV to mV */ in volt_min_show() 940 temp *= 1000; /* convert mV to uV */ in volt_min_store() 961 x /= 1000; /* convert from uV to mV */ in voltage_show()
|