| /linux/drivers/clk/renesas/ |
| H A D | rzv2h-cpg-lib.c | 38 u64 fout_min_millihz = mul_u32_u32(limits->fout.min, MILLI); in rzv2h_cpg_get_pll_pars() 39 u64 fout_max_millihz = mul_u32_u32(limits->fout.max, MILLI); in rzv2h_cpg_get_pll_pars() 87 output_m = DIV_ROUND_CLOSEST_ULL(mul_u32_u32(p.m, fref) * MILLI, in rzv2h_cpg_get_pll_pars() 90 output_k_range = DIV_ROUND_CLOSEST_ULL(mul_u32_u32(fref, MILLI), in rzv2h_cpg_get_pll_pars() 115 pll_k = DIV_S64_ROUND_CLOSEST(pll_k, MILLI); in rzv2h_cpg_get_pll_pars() 135 output *= MILLI; in rzv2h_cpg_get_pll_pars()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-dptf | 66 (RO) The maximum platform power that can be supported by the battery in milli watts. 73 (RO) The maximum sustained power for battery in milli watts. 81 fuel gauge in milli Ohms. 89 milli volts. 97 milli Amps.
|
| H A D | sysfs-class-power-mp2629 | 9 Valid values: Represented in milli-ohms. Valid range is [0, 140].
|
| /linux/Documentation/hwmon/ |
| H A D | sy7636a-hwmon.rst | 20 - Temperature of external NTC in milli-degree C 26 - Temperature of external NTC (milli-degree C)
|
| H A D | da9052.rst | 50 Milli volt = ((ADC value * 1000) / 512) + 2500 54 Milli volt = (ADC value * 2500) / 512; 58 Milli volt = (ADC value * 2500) / 1023
|
| H A D | xgene-hwmon.rst | 19 - SoC on-die temperature in milli-degree C 30 - SoC on-die temperature (milli-degree C)
|
| H A D | da9055.rst | 41 Milli volt = ((ADC value * 1000) / 85) + 2500 45 Milli volt = (ADC value * 1000) / 102
|
| H A D | aquacomputer_d5next.rst | 105 in[0-7]_input Pump/fan voltage (in milli Volts) 106 curr[1-8]_input Pump/fan current (in milli Amperes)
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| H A D | adi,ad7380.yaml | 150 adi,gain-milli: 152 The hardware gain applied to the ADC input (in milli units). 326 adi,gain-milli = /bits/ 16 <300>; 331 adi,gain-milli = /bits/ 16 <600>; 336 adi,gain-milli = /bits/ 16 <1000>;
|
| /linux/include/linux/iio/adc/ |
| H A D | qcom-vadc-common.h | 89 * @SCALE_PMIC_THERM: Returns result in milli degree's Centigrade. 100 * @SCALE_HW_CALIB_PMIC_THERM: Returns result in milli degree's Centigrade. 102 * @SCALE_HW_CALIB_PMIC_THERM: Returns result in milli degree's Centigrade.
|
| /linux/drivers/iio/imu/ |
| H A D | adis16480.c | 1020 .temp_scale = 5650, /* 5.65 milli degree Celsius */ 1036 .temp_scale = 5650, /* 5.65 milli degree Celsius */ 1052 .temp_scale = 5650, /* 5.65 milli degree Celsius */ 1068 .temp_scale = 5650, /* 5.65 milli degree Celsius */ 1084 .temp_scale = 5650, /* 5.65 milli degree Celsius */ 1100 .temp_scale = 5650, /* 5.65 milli degree Celsius */ 1116 .temp_scale = 5650, /* 5.65 milli degree Celsius */ 1132 .temp_scale = 14285, /* 14.285 milli degree Celsius */ 1148 .temp_scale = 12500, /* 12.5 milli degree Celsius */ 1167 .temp_scale = 12500, /* 12.5 milli degree Celsius */ [all …]
|
| /linux/Documentation/devicetree/bindings/input/ |
| H A D | ti,palmas-pwrbutton.txt | 20 - ti,palmas-pwron-debounce-milli-seconds: Duration in milliseconds 33 ti,palmas-pwron-debounce-milli-seconds = <15>;
|
| /linux/include/linux/input/ |
| H A D | kxtj9.h | 13 unsigned int min_interval; /* minimum poll interval (in milli-seconds) */ 14 unsigned int init_interval; /* initial poll interval (in milli-seconds) */
|
| /linux/drivers/hwmon/ |
| H A D | ltc4283.c | 280 *val = DIV_ROUND_CLOSEST(*val, MILLI); in ltc4283_read_in_vals() 385 u64 temp = (u64)LTC4283_ADC1_FS_uV * DECA * MILLI; in ltc4283_read_current_word() 402 u64 temp = (u64)LTC4283_ADC1_FS_uV * DECA * MILLI; in ltc4283_read_current_byte() 444 u64 temp = (u64)LTC4283_ADC1_FS_uV * LTC4283_ADC2_FS_mV * DECA * MILLI; in ltc4283_read_power_word() 464 u64 temp = (u64)LTC4283_ADC1_FS_uV * LTC4283_ADC2_FS_mV * DECA * MILLI; in ltc4283_read_power_byte() 564 u64 temp = (u64)LTC4283_ADC1_FS_uV * LTC4283_ADC2_FS_mV * DECA * MILLI; in ltc4283_write_power_byte() 576 u64 divisor = (u64)LTC4283_ADC1_FS_uV * LTC4283_ADC2_FS_mV * DECA * MILLI; in ltc4283_write_power_word() 730 val = clamp_val(val, 0, LONG_MAX / MILLI); in ltc4283_write_minmax() 735 val * MILLI); in ltc4283_write_minmax() 739 return ltc4283_write_in_byte(st, reg, LTC4283_ADC1_FS_uV, val * MILLI); in ltc4283_write_minmax() [all …]
|
| H A D | ltc4282.c | 431 ret = ltc4282_read_voltage_word(st, reg, DECA * 40 * MILLI, &in); in ltc4282_read_current_word() 435 *val = DIV_ROUND_CLOSEST(in * MILLI, st->rsense); in ltc4282_read_current_word() 446 ret = ltc4282_read_voltage_byte(st, reg, DECA * 40 * MILLI, &in); in ltc4282_read_current_byte() 450 *val = DIV_ROUND_CLOSEST(in * MILLI, st->rsense); in ltc4282_read_current_byte() 921 st->vsense_max, 0, 40 * MILLI); in ltc4282_curr_reset_hist() 1222 ret = ltc4282_write_voltage_byte(st, LTC4282_VSENSE_MAX, 40 * MILLI, in ltc4282_set_max_limits() 1228 st->power_max = DIV_ROUND_CLOSEST_ULL((u64)st->vsense_max * DECA * MILLI, in ltc4282_set_max_limits() 1334 /* default to 1 milli-ohm so we can probe without FW properties */ in ltc4282_setup() 1335 st->rsense = 1 * (NANO / MILLI); in ltc4282_setup()
|
| /linux/drivers/iio/accel/ |
| H A D | bma400.h | 169 * For +-2g - 1 LSB = 0.976562 milli g = 0.009576 m/s^2 170 * For +-4g - 1 LSB = 1.953125 milli g = 0.019153 m/s^2 171 * For +-16g - 1 LSB = 7.8125 milli g = 0.076614 m/s^2
|
| H A D | adis16209.c | 166 * is milli g. in adis16209_read_raw() 176 * 1 LSB represents 0.025 milli degrees. in adis16209_read_raw() 188 * is 45 degrees and the scale factor per milli in adis16209_read_raw()
|
| /linux/drivers/iio/adc/ |
| H A D | qcom-spmi-rradc.c | 350 *result_ohms = (int)(r_id * MILLI); in rradc_post_process_batt_id() 614 *val = MILLI; in rradc_read_scale() 628 *val = RR_ADC_VOLT_INPUT_FACTOR * RR_ADC_FS_VOLTAGE_MV * MILLI; in rradc_read_scale() 637 * We divide val2 by MILLI instead of multiplying val in rradc_read_scale() 643 MILLI); in rradc_read_scale() 671 (MILLI / RR_ADC_BATT_THERM_LSB_K)); in rradc_read_offset() 689 offset2 += ((int64_t)MILLI * RR_ADC_TEMP_FS_VOLTAGE_NUM) / 2; in rradc_read_offset() 691 offset2, ((int64_t)MILLI * RR_ADC_TEMP_FS_VOLTAGE_NUM)); in rradc_read_offset()
|
| H A D | 88pm886-gpadc.c | 182 if (WARN_ON(*raw_uV > 1500 * (MICRO / MILLI))) in gpadc_find_bias_current() 190 if (*raw_uV < 200 * (MICRO / MILLI)) { in gpadc_find_bias_current() 243 *val2 = MILLI; in __pm886_gpadc_read_raw()
|
| /linux/Documentation/devicetree/bindings/ata/ |
| H A D | imx-sata.yaml | 50 description: transmit boost level, in milli-decibels. 58 description: receive equalisation, in milli-decibels.
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_main.h | 156 * timeout: milli sec which an application wants to wait for the 159 * from the firmware within LIO_SC_MAX_TMO_MS milli sec. 161 * LIO_SC_MAX_TMO_MS milli sec, lio_process_ordered_list()
|
| /linux/drivers/thermal/ |
| H A D | loongson2_thermal.c | 111 return loongson2_thermal_set(data, low/MILLI, high/MILLI, true); in loongson2_thermal_set_trips()
|
| /linux/drivers/thermal/ti-soc-thermal/ |
| H A D | omap3-thermal-data.c | 46 * Temperature values in milli degree celsius 114 * Temperature values in milli degree celsius
|
| /linux/drivers/iio/humidity/ |
| H A D | htu21.c | 49 case IIO_TEMP: /* in milli °C */ in htu21_read_raw() 57 case IIO_HUMIDITYRELATIVE: /* in milli %RH */ in htu21_read_raw()
|
| /linux/include/linux/platform_data/ |
| H A D | gsc_hwmon.h | 20 * @vdiv: voltage divider array (2 resistor values in milli-ohms)
|