Home
last modified time | relevance | path

Searched full:milli (Results 1 – 25 of 138) sorted by relevance

123456

/linux/drivers/clk/renesas/
H A Drzv2h-cpg-lib.c38 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 Dsysfs-platform-dptf66 (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 Dsysfs-class-power-mp26299 Valid values: Represented in milli-ohms. Valid range is [0, 140].
/linux/Documentation/hwmon/
H A Dsy7636a-hwmon.rst20 - Temperature of external NTC in milli-degree C
26 - Temperature of external NTC (milli-degree C)
H A Dda9052.rst50 Milli volt = ((ADC value * 1000) / 512) + 2500
54 Milli volt = (ADC value * 2500) / 512;
58 Milli volt = (ADC value * 2500) / 1023
H A Dxgene-hwmon.rst19 - SoC on-die temperature in milli-degree C
30 - SoC on-die temperature (milli-degree C)
H A Dda9055.rst41 Milli volt = ((ADC value * 1000) / 85) + 2500
45 Milli volt = (ADC value * 1000) / 102
H A Daquacomputer_d5next.rst105 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 Dadi,ad7380.yaml150 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 Dqcom-vadc-common.h89 * @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 Dadis16480.c1020 .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 Dti,palmas-pwrbutton.txt20 - ti,palmas-pwron-debounce-milli-seconds: Duration in milliseconds
33 ti,palmas-pwron-debounce-milli-seconds = <15>;
/linux/include/linux/input/
H A Dkxtj9.h13 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 Dltc4283.c280 *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 Dltc4282.c431 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 Dbma400.h169 * 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 Dadis16209.c166 * 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 Dqcom-spmi-rradc.c350 *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 D88pm886-gpadc.c182 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 Dimx-sata.yaml50 description: transmit boost level, in milli-decibels.
58 description: receive equalisation, in milli-decibels.
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_main.h156 * 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 Dloongson2_thermal.c111 return loongson2_thermal_set(data, low/MILLI, high/MILLI, true); in loongson2_thermal_set_trips()
/linux/drivers/thermal/ti-soc-thermal/
H A Domap3-thermal-data.c46 * Temperature values in milli degree celsius
114 * Temperature values in milli degree celsius
/linux/drivers/iio/humidity/
H A Dhtu21.c49 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 Dgsc_hwmon.h20 * @vdiv: voltage divider array (2 resistor values in milli-ohms)

123456