/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx53-sk-imx53-atm0700d4.dtsi | 32 ti,vref-mv = /bits/ 16 <3300>; 37 touchscreen-size-x = <4096>; 38 touchscreen-size-y = <4096>;
|
/linux/drivers/iio/adc/ |
H A D | ti-lmp92064.c | 177 * 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()
|
H A D | sun20i-gpadc-iio.c | 120 /* value in mv = 1800mV / 4096 raw */ in sun20i_gpadc_read_raw()
|
H A D | mt6577_auxadc.c | 92 #define AUXADC_PRECISE 4096 /* 12 bits */ 204 /* Convert adc raw data to voltage: 0 - 1500 mV */ in mt6577_auxadc_read_raw()
|
H A D | ad7949.c | 235 *val = 4096; in ad7949_spi_read_raw() 243 /* convert value back to mV */ in ad7949_spi_read_raw()
|
H A D | ina2xx-adc.c | 161 .calibration_value = 4096, 229 /* processed (mV) = raw * lsb(nV) / 1000000 */ in ina2xx_read_raw() 235 /* processed (mV) = raw * lsb (uV) / 1000 */ in ina2xx_read_raw() 569 * are 2048 for ina226 and 4096 for ina219. They are hardcoded as
|
H A D | ti-ads1015.c | 112 * range in mV 115 6144, 4096, 2048, 1024, 512, 256, 256, 256 123 4096, 11, 132 4096, 15,
|
H A D | qcom-pm8xxx-xoadc.c | 100 * 00 = 512, 01 = 1024, 10 = 2048, 11 = 4096 so assume this 126 * @PM8XXX_CHANNEL_INTERNAL: 625mV reference channel 127 * @PM8XXX_CHANNEL_125V: 1250mV reference channel 128 * @PM8XXX_CHANNEL_INTERNAL_2: 325mV reference channel
|
/linux/drivers/hwmon/ |
H A D | adm1177.c | 89 * ((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()
|
H A D | ads7828.c | 31 #define ADS7828_INT_VREF_MV 2500 /* Internal vref is 2.5V, 2500mV */ 147 data->lsb_resol = DIV_ROUND_CLOSEST(vref_mv * 1000, 4096); in ads7828_probe()
|
H A D | tmp513.c | 213 // 1lsb = 4mV in tmp51x_get_value() 222 // Current = (ShuntVoltage * CalibrationRegister) / 4096 in tmp51x_get_value() 270 // 1lsb = 4mV in tmp51x_set_value()
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | adi,ad7949.yaml | 46 4096mV internal reference.
|
/linux/tools/testing/selftests/riscv/hwprobe/ |
H A D | cbo.c | 24 static char mem[4096] __aligned(4096) = { [0 ... 4095] = 0xa5 }; 42 "mv a0, %0\n" \ 111 for (i = 0; i < 4096 / block_size; ++i) { in test_zicboz() 116 for (i = 0; i < 4096 / block_size; ++i) { in test_zicboz()
|
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_h264_req_common.h | 22 #define BUF_PREDICTION_SZ (64 * 4096) 271 * mtk_vdec_h264_get_mv_buf_size - get mv buffer size. 276 * Return: returns mv buffer size.
|
H A D | vdec_vp9_req_lat_if.c | 24 #define VP9_TILE_BUF_SIZE 4096 340 * @mv: mv working buffer 359 struct vdec_vp9_slice_mem mv[2]; member 429 * @mv: mv working buffer 468 * mv[0]/seg[0]/tile/prob/counts is used for LAT 469 * mv[1]/seg[1] is used for CORE 471 struct mtk_vcodec_mem mv[2]; member 592 if (instance->mv[i].va) in vdec_vp9_slice_alloc_working_buffer() 593 mtk_vcodec_mem_free(ctx, &instance->mv[i]); in vdec_vp9_slice_alloc_working_buffer() 594 instance->mv[i].size = size; in vdec_vp9_slice_alloc_working_buffer() [all …]
|
/linux/Documentation/hwmon/ |
H A D | tmp513.rst | 68 The bus voltage range is read from the chip with a resolution of 4mV. The chip 88 Current = (ShuntVoltage * CalibrationRegister) / 4096
|
H A D | w83781d.rst | 235 * 011: master / 4096 497 0x80 20 mV 498 0x81 20 mV 499 0x82 232 mV
|
/linux/include/linux/iio/adc/ |
H A D | qcom-vadc-common.h | 30 #define VADC_DECIMATION_MAX 4096 59 * VADC_CALIB_ABSOLUTE: uses the 625mV and 1.25V as reference channels.
|
/linux/drivers/hwmon/pmbus/ |
H A D | lm25066.c | 38 #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()
|
/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_hw.h | 36 #define FMT_4K_WIDTH 4096 312 * @cdfs_ndvc: current mv probabilities structure 314 * @default_cdfs_ndvc: default mv probabilties structure 316 * @cdfs_last_ndvc: stored mv probabilities structures 504 * | MV buffer 64 bytes x MBs | in hantro_h264_mv_size()
|
/linux/drivers/staging/iio/accel/ |
H A D | adis16240.c | 230 static IIO_CONST_ATTR_SAMP_FREQ_AVAIL("4096"); 257 *val2 = 880000; /* 4.88 mV */ in adis16240_read_raw()
|
/linux/drivers/iio/gyro/ |
H A D | adis16260.c | 215 *val2 = 831500; /* 1.8315 mV */ in adis16260_read_raw() 284 if (val < 0 || val >= 4096) in adis16260_write_raw()
|
/linux/tools/perf/Documentation/ |
H A D | perf-script-python.txt | 190 # 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
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vce.c | 798 4096, fb_idx); in amdgpu_vce_ring_parse_cs() 803 case 0x0500000d: /* MV buffer */ in amdgpu_vce_ring_parse_cs() 914 4096, fb_idx); in amdgpu_vce_ring_parse_cs() 919 case 0x0500000d: /* MV buffer */ in amdgpu_vce_ring_parse_cs()
|
/linux/drivers/power/supply/ |
H A D | sc27xx_fuel_gauge.c | 92 * @vol_1000mv_adc: ADC value corresponding to 1000 mV 978 * Get the ADC value corresponding to 4200 mV from eFuse controller in sc27xx_fgu_calibration() 980 * to 1000 mV and 1000 mA. in sc27xx_fgu_calibration() 982 cal_4200mv = (calib_data & 0x1ff) + 6963 - 4096 - 256; in sc27xx_fgu_calibration()
|