Home
last modified time | relevance | path

Searched +full:4096 +full:mv (Results 1 – 25 of 71) sorted by relevance

123

/kernel/linux/linux-6.6/drivers/iio/adc/
Dti-lmp92064.c177 * shunt_voltage_lsb (nV) = 81920000 / 4096 = 20000 in lmp92064_read_raw()
183 * processed (mV) = raw * voltage_lsb (mV) in lmp92064_read_raw()
184 * voltage_lsb (mV) = 2048 / 4096 in lmp92064_read_raw()
187 *val2 = 4096; in lmp92064_read_raw()
Dsun20i-gpadc-iio.c120 /* value in mv = 1800mV / 4096 raw */ in sun20i_gpadc_read_raw()
Dmt6577_auxadc.c92 #define AUXADC_PRECISE 4096 /* 12 bits */
204 /* Convert adc raw data to voltage: 0 - 1500 mV */ in mt6577_auxadc_read_raw()
Dad7949.c235 *val = 4096; in ad7949_spi_read_raw()
243 /* convert value back to mV */ in ad7949_spi_read_raw()
/kernel/linux/linux-6.6/drivers/hwmon/
Dadm1177.c89 * ((105.84mV / 4096) x raw) / senseResistor(ohm) in adm1177_read()
92 4096 * st->r_sense_uohm); in adm1177_read()
107 * (V_fullscale / 4096) * raw in adm1177_read()
114 *val = DIV_ROUND_CLOSEST(dummy, 4096); in adm1177_read()
Dads7828.c31 #define ADS7828_INT_VREF_MV 2500 /* Internal vref is 2.5V, 2500mV */
152 data->lsb_resol = DIV_ROUND_CLOSEST(vref_mv * 1000, 4096); in ads7828_probe()
Dtmp513.c204 // 1lsb = 4mV in tmp51x_get_value()
213 // Current = (ShuntVoltage * CalibrationRegister) / 4096 in tmp51x_get_value()
261 // 1lsb = 4mV in tmp51x_set_value()
/kernel/linux/linux-5.10/drivers/hwmon/
Dadm1177.c91 * ((105.84mV / 4096) x raw) / senseResistor(ohm) in adm1177_read()
94 4096 * st->r_sense_uohm); in adm1177_read()
109 * (V_fullscale / 4096) * raw in adm1177_read()
116 *val = DIV_ROUND_CLOSEST(dummy, 4096); in adm1177_read()
Dads7828.c31 #define ADS7828_INT_VREF_MV 2500 /* Internal vref is 2.5V, 2500mV */
153 data->lsb_resol = DIV_ROUND_CLOSEST(vref_mv * 1000, 4096); in ads7828_probe()
Dtmp513.c204 // 1lsb = 4mV in tmp51x_get_value()
213 // Current = (ShuntVoltage * CalibrationRegister) / 4096 in tmp51x_get_value()
261 // 1lsb = 4mV in tmp51x_set_value()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/adc/
Dadi,ad7949.yaml46 4096mV internal reference.
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
Dvdec_h264_req_common.h22 #define BUF_PREDICTION_SZ (64 * 4096)
268 * mtk_vdec_h264_get_mv_buf_size - get mv buffer size.
273 * Return: returns mv buffer size.
Dvdec_vp9_req_lat_if.c24 #define VP9_TILE_BUF_SIZE 4096
341 * @mv: mv working buffer
360 struct vdec_vp9_slice_mem mv[2]; member
430 * @mv: mv working buffer
469 * mv[0]/seg[0]/tile/prob/counts is used for LAT
470 * mv[1]/seg[1] is used for CORE
472 struct mtk_vcodec_mem mv[2]; member
593 if (instance->mv[i].va) in vdec_vp9_slice_alloc_working_buffer()
594 mtk_vcodec_mem_free(ctx, &instance->mv[i]); in vdec_vp9_slice_alloc_working_buffer()
595 instance->mv[i].size = size; in vdec_vp9_slice_alloc_working_buffer()
[all …]
/kernel/linux/linux-6.6/Documentation/hwmon/
Dtmp513.rst68 The bus voltage range is read from the chip with a resolution of 4mV. The chip
88 Current = (ShuntVoltage * CalibrationRegister) / 4096
Dw83781d.rst235 * 011: master / 4096
497 0x80 20 mV
498 0x81 20 mV
499 0x82 232 mV
/kernel/linux/linux-5.10/Documentation/hwmon/
Dtmp513.rst68 The bus voltage range is read from the chip with a resolution of 4mV. The chip
88 Current = (ShuntVoltage * CalibrationRegister) / 4096
Dw83781d.rst235 * 011: master / 4096
497 0x80 20 mV
498 0x81 20 mV
499 0x82 232 mV
/kernel/linux/linux-6.6/include/linux/iio/adc/
Dqcom-vadc-common.h30 #define VADC_DECIMATION_MAX 4096
59 * VADC_CALIB_ABSOLUTE: uses the 625mV and 1.25V as reference channels.
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
Dlm25066.c37 #define LM25066_SAMPLES_FOR_AVG_MAX 4096
254 /* VIN: 6.14 mV VAUX: 293 uV LSB */ in lm25066_read_word_data()
258 /* VIN: 4.54 mV VAUX: 283.2 uV LSB */ in lm25066_read_word_data()
262 /* VIN: 4.53 mV VAUX: 700 uV LSB */ in lm25066_read_word_data()
267 /* VIN: 2.18 mV VAUX: 725 uV LSB */ in lm25066_read_word_data()
/kernel/linux/linux-5.10/drivers/iio/adc/
Dqcom-vadc-common.h27 #define VADC_DECIMATION_MAX 4096
72 * VADC_CALIB_ABSOLUTE: uses the 625mV and 1.25V as reference channels.
Dmt6577_auxadc.c87 #define AUXADC_PRECISE 4096 /* 12 bits */
199 /* Convert adc raw data to voltage: 0 - 1500 mV */ in mt6577_auxadc_read_raw()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
Dhantro_hw.h36 #define FMT_4K_WIDTH 4096
301 * @cdfs_ndvc: current mv probabilities structure
303 * @default_cdfs_ndvc: default mv probabilties structure
305 * @cdfs_last_ndvc: stored mv probabilities structures
491 * | MV buffer 64 bytes x MBs | in hantro_h264_mv_size()
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
Dlm25066.c38 #define LM25066_SAMPLES_FOR_AVG_MAX 4096
253 /* VIN: 6.14 mV VAUX: 293 uV LSB */ in lm25066_read_word_data()
257 /* VIN: 4.54 mV VAUX: 283.2 uV LSB */ in lm25066_read_word_data()
261 /* VIN: 4.53 mV VAUX: 700 uV LSB */ in lm25066_read_word_data()
266 /* VIN: 2.18 mV VAUX: 725 uV LSB */ in lm25066_read_word_data()
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-script-python.txt190 # mv perf-script.py syscall-counts.py
385 drwxr-xr-x 4 trz trz 4096 2010-01-26 22:30 .
386 drwxr-xr-x 4 trz trz 4096 2010-01-26 22:29 ..
387 drwxr-xr-x 2 trz trz 4096 2010-01-26 22:29 bin
389 drwxr-xr-x 3 trz trz 4096 2010-01-26 22:49 Perf-Trace-Util
/kernel/linux/linux-5.10/drivers/staging/iio/accel/
Dadis16240.c236 static IIO_CONST_ATTR_SAMP_FREQ_AVAIL("4096");
263 *val2 = 880000; /* 4.88 mV */ in adis16240_read_raw()

123