| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | twl4030_madc_battery.c | 78 struct twl4030_madc_bat_calibration *calibration; in twl4030_madc_bat_voltscale() local 83 calibration = bat->pdata->charging; in twl4030_madc_bat_voltscale() 85 calibration = bat->pdata->discharging; in twl4030_madc_bat_voltscale() 87 if (volt > calibration[0].voltage) { in twl4030_madc_bat_voltscale() 88 res = calibration[0].level; in twl4030_madc_bat_voltscale() 90 for (i = 0; calibration[i+1].voltage >= 0; i++) { in twl4030_madc_bat_voltscale() 91 if (volt <= calibration[i].voltage && in twl4030_madc_bat_voltscale() 92 volt >= calibration[i+1].voltage) { in twl4030_madc_bat_voltscale() 94 res = calibration[i].level - in twl4030_madc_bat_voltscale() 95 ((calibration[i].voltage - volt) * in twl4030_madc_bat_voltscale() [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0025-Support-setting-touch-calibration-through-environmen.patch | 4 Subject: [PATCH 25/79] Support setting touch calibration through environment 7 1/ Use weston-calibrator tool to get calibration data 9 Final calibration values: -0.846961 0.122487 0.864176 -0.110204 -0.685913 0.958219 11 2/ Export calibration data through environment: 41 + printf ("Final calibration values: %f %f %f %f %f %f\n", 87 + &calibration.m[0], 88 + &calibration.m[1], 89 + &calibration.m[2], 90 + &calibration.m[3], 91 + &calibration.m[4], [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0028-Support-setting-touch-calibration-through-environmen.patch | 4 Subject: [PATCH 28/93] Support setting touch calibration through environment 7 1/ Use weston-calibrator tool to get calibration data 9 Final calibration values: -0.846961 0.122487 0.864176 -0.110204 -0.685913 0.958219 11 2/ Export calibration data through environment: 41 + printf ("Final calibration values: %f %f %f %f %f %f\n", 87 + &calibration.m[0], 88 + &calibration.m[1], 89 + &calibration.m[2], 90 + &calibration.m[3], 91 + &calibration.m[4], [all …]
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0028-Support-setting-touch-calibration-through-environmen.patch | 4 Subject: [PATCH 28/93] Support setting touch calibration through environment 7 1/ Use weston-calibrator tool to get calibration data 9 Final calibration values: -0.846961 0.122487 0.864176 -0.110204 -0.685913 0.958219 11 2/ Export calibration data through environment: 41 + printf ("Final calibration values: %f %f %f %f %f %f\n", 87 + &calibration.m[0], 88 + &calibration.m[1], 89 + &calibration.m[2], 90 + &calibration.m[3], 91 + &calibration.m[4], [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-ab8500.c | 222 static int ab8500_rtc_set_calibration(struct device *dev, int calibration) in ab8500_rtc_set_calibration() argument 234 if ((calibration < -127) || (calibration > 127)) { in ab8500_rtc_set_calibration() 244 if (calibration >= 0) in ab8500_rtc_set_calibration() 245 rtccal = 0x7F & calibration; in ab8500_rtc_set_calibration() 247 rtccal = ~(calibration - 1) | 0x80; in ab8500_rtc_set_calibration() 255 static int ab8500_rtc_get_calibration(struct device *dev, int *calibration) in ab8500_rtc_get_calibration() argument 269 *calibration = 0 - (rtccal & 0x7F); in ab8500_rtc_get_calibration() 271 *calibration = 0x7F & rtccal; in ab8500_rtc_get_calibration() 282 int calibration = 0; in ab8500_sysfs_store_rtc_calibration() local 284 if (sscanf(buf, " %i ", &calibration) != 1) { in ab8500_sysfs_store_rtc_calibration() [all …]
|
| H A D | rtc-tps65910.c | 201 static int tps65910_rtc_set_calibration(struct device *dev, int calibration) in tps65910_rtc_set_calibration() argument 218 if ((calibration < -32768) || (calibration > 32766)) { in tps65910_rtc_set_calibration() 220 calibration); in tps65910_rtc_set_calibration() 224 value = (s16)calibration; in tps65910_rtc_set_calibration() 246 static int tps65910_rtc_get_calibration(struct device *dev, int *calibration) in tps65910_rtc_get_calibration() argument 260 *calibration = 0; in tps65910_rtc_get_calibration() 273 *calibration = (s16)value; in tps65910_rtc_get_calibration() 280 int calibration; in tps65910_read_offset() local 284 ret = tps65910_rtc_get_calibration(dev, &calibration); in tps65910_read_offset() 289 tmp = calibration * (s64)PPB_MULT; in tps65910_read_offset() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-adc-ad7192 | 26 Initiates the system calibration procedure. This is done on a 27 single channel at a time. Write '1' to start the calibration. 40 Reading returns a list with the possible calibration modes. 49 Sets up the calibration mode used in the system calibration 50 procedure. Reading returns the current calibration mode. 51 Writing sets the system calibration mode.
|
| H A D | sysfs-bus-iio-chemical-vz89x | 6 Get the raw calibration VOC value from the sensor. 7 This value has little application outside of calibration.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/wireless/ |
| H A D | qcom,ath10k.txt | 9 PCI based devices uses compatible string "qcom,ath10k" and takes calibration 10 data along with board specific data via "qcom,ath10k-calibration-data". 15 "qcom,ath10k-calibration-data"). It uses "qcom,ath10k-pre-calibration-data" 16 to carry pre calibration data. 18 In general, entry "qcom,ath10k-pre-calibration-data" and 19 "qcom,ath10k-calibration-data" conflict with each other and only one 58 - qcom,ath10k-calibration-variant: string to search for in the board-2.bin 61 - qcom,ath10k-calibration-data : calibration data + board specific data 64 - qcom,ath10k-pre-calibration-data : pre calibration data as an array, 125 qcom,ath10k-calibration-data = [ 01 02 03 ... ]; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/ |
| H A D | xlnx-rtc.txt | 14 - calibration: calibration value for 1 sec period which will 15 be programmed directly to calibration register 24 calibration = <0x198233>;
|
| /OK3568_Linux_fs/u-boot/board/advantech/dms-ba16/ |
| H A D | samsung-2g.cfg | 9 /* Read DQS Gating calibration */ 14 /* Read calibration */ 17 /* Write calibration */ 30 /* Complete calibration by forced measurment */
|
| H A D | micron-1g.cfg | 9 /* Read DQS Gating calibration */ 14 /* Read calibration */ 17 /* Write calibration */ 30 /* Complete calibration by forced measurment */
|
| /OK3568_Linux_fs/u-boot/board/ccv/xpress/ |
| H A D | imximage.cfg | 98 periodic HW ZQ calibration. */ 101 * For target board, may need to run write leveling calibration to fine tune 106 /* Read DQS Gating calibration */ 109 /* Read calibration */ 112 /* Write calibration */ 129 /* Complete calibration by forced measurement: */ 165 DATA 4 0x021b001c 0x04008040 /* MMDC0_MDSCR, ZQ calibration command sent to
|
| /OK3568_Linux_fs/u-boot/board/aristainetos/ |
| H A D | mt41j128M.cfg | 14 * DQS gating, read delay, write delay calibration values 15 * based on calibration compare of 0x00ffff00 34 /* Complete calibration by forced measurment */ 61 /* ZQ calibration */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/ |
| H A D | qcom,pm8xxx-xoadc.txt | 60 These three nodes are used for absolute and ratiometric calibration 63 an interpolation calibration for all other ADCs. 84 Definition: Channel calibration type. If this property is specified 86 calibration. The available references are specified in the 88 to also specify this reference if ratiometric calibration 93 known as an absolute calibration. 94 The reference voltage pairs when using ratiometric calibration:
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/ |
| H A D | Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch | 32 - echo "Empty calibration file found, removing it" 35 - echo "Using calibration data stored in $CALFILE" 50 + echo "Empty calibration file found, removing it" 53 + echo "Using calibration data stored in $CALFILE"
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | qoriq_thermal.c | 175 const u32 *calibration; in qoriq_tmu_calibration() local 194 calibration = of_get_property(np, "fsl,tmu-calibration", &len); in qoriq_tmu_calibration() 195 if (calibration == NULL || len % 8) { in qoriq_tmu_calibration() 200 for (i = 0; i < len; i += 8, calibration += 2) { in qoriq_tmu_calibration() 201 val = of_read_number(calibration, 1); in qoriq_tmu_calibration() 203 val = of_read_number(calibration + 1, 1); in qoriq_tmu_calibration()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6qarm2/ |
| H A D | imximage_mx6dl.cfg | 154 /* DDR_PHY_P0_MPZQHWCTRL, enable on time ZQ calibration */ 193 * a. DQS gating is not relevant for LPDDR2. DSQ gating calibration section 194 * should be skipped, or the write/read calibration comming after that 196 * b. The calibration code that runs for both MMDC0 & MMDC1 should be used. 313 * calibration values based on calibration compare of 0x00ffff00: 314 * Note, these calibration values are based on Freescale's board 315 * May need to run calibration on target board to fine tune these 318 /* DDR_PHY_P0_MPZQHWCTRL, enable automatic ZQ calibration */
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | ina209.rst | 27 calibration multiplier to scale the displayed current and power values. 83 The power and current registers in this chip require that the calibration 87 the ina2xx driver for this purpose. If calibration register data is not provided 88 via platform data, the driver checks if the calibration register has been 91 programmed into the calibration register.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | nvidia,tegra20-sdhci.txt | 64 calibration offsets for 3.3 V signaling modes. 67 calibration offsets for 1.8 V signaling modes. 70 strength used as a fallback in case the automatic calibration times 74 strength used as a fallback in case the automatic calibration times 78 calibration offsets for SDR104 mode. 81 calibration offsets for HS400 mode. 88 Notes on the pad calibration pull up and pulldown offset values:
|
| /OK3568_Linux_fs/u-boot/board/ge/bx50v3/ |
| H A D | bx50v3.cfg | 71 /* Read DQS Gating calibration */ 76 /* Read calibration */ 79 /* Write calibration */ 92 /* Complete calibration by forced measurment */
|
| /OK3568_Linux_fs/u-boot/board/seco/mx6quq7/ |
| H A D | mx6quq7-2g.cfg | 96 /* DQS gating, read delay, write delay calibration values */ 102 /* Read calibration */ 106 /* write calibration */ 110 /* Complete calibration by forced measurement: */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/ |
| H A D | mediatek-thermal.txt | 29 - nvmem-cells: A phandle to the calibration data provided by a nvmem device. If 31 - nvmem-cell-names: Should be "calibration-data" 47 nvmem-cell-names = "calibration-data";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/mediatek/ |
| H A D | mediatek,dsi.txt | 39 - nvmem-cells: A phandle to the calibration data provided by a nvmem device. If 41 - nvmem-cell-names: Should be "calibration-data" 54 nvmem-cell-names = "calibration-data";
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xinput-calibrator/ |
| H A D | pointercal-xinput_0.0.bb | 1 SUMMARY = "Touchscreen calibration data from xinput-calibrator" 2 DESCRIPTION = "A generic touchscreen calibration program for X.Org"
|