/kernel/linux/linux-5.10/drivers/soc/tegra/fuse/ |
D | fuse-tegra30.c | 138 .cell_name = "xusb-pad-calibration", 140 .con_id = "calibration", 143 .cell_name = "sata-calibration", 145 .con_id = "calibration", 234 .cell_name = "xusb-pad-calibration", 236 .con_id = "calibration", 244 .cell_name = "sata-calibration", 246 .con_id = "calibration", 274 .cell_name = "gpu-calibration", 276 .con_id = "calibration", [all …]
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
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 …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/wireless/ |
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 …]
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
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.
|
D | sysfs-driver-hid-wiimote | 56 balance board. It provides a single line with 3 calibration 63 Calibration data is already applied by the kernel to all input 72 pro-controller. It provides a single line with 4 calibration 78 Calibration data is already applied by the kernel to all input 82 Calibration data is detected by the kernel during device setup. 83 You can write "scan\n" into this file to re-trigger calibration. 85 set the calibration values manually.
|
/kernel/linux/linux-5.10/drivers/rtc/ |
D | rtc-ab8500.c | 222 static int ab8500_rtc_set_calibration(struct device *dev, int calibration) in ab8500_rtc_set_calibration() argument 228 * Check that the calibration value (which is in units of 0.5 in ab8500_rtc_set_calibration() 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 [all …]
|
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() 219 dev_err(dev, "RTC calibration value out of range: %d\n", 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() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
D | phy_lp.h | 322 #define B2062_N_IQ_CALIB B43_LP_NORTH(0x016) /* IQ Calibration (north) */ 390 #define B2062_N_IQ_CALIB_CTL0 B43_LP_NORTH(0x05A) /* IQ Calibration Control 0 (north) */ 391 #define B2062_N_IQ_CALIB_CTL1 B43_LP_NORTH(0x05B) /* IQ Calibration Control 1 (north) */ 392 #define B2062_N_IQ_CALIB_CTL2 B43_LP_NORTH(0x05C) /* IQ Calibration Control 2 (north) */ 393 #define B2062_N_CALIB_TS B43_LP_NORTH(0x05D) /* Calibration TS (north) */ 394 #define B2062_N_CALIB_CTL0 B43_LP_NORTH(0x05E) /* Calibration Control 0 (north) */ 395 #define B2062_N_CALIB_CTL1 B43_LP_NORTH(0x05F) /* Calibration Control 1 (north) */ 396 #define B2062_N_CALIB_CTL2 B43_LP_NORTH(0x060) /* Calibration Control 2 (north) */ 397 #define B2062_N_CALIB_CTL3 B43_LP_NORTH(0x061) /* Calibration Control 3 (north) */ 398 #define B2062_N_CALIB_CTL4 B43_LP_NORTH(0x062) /* Calibration Control 4 (north) */ [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/rtc/ |
D | xlnx-rtc.txt | 14 - calibration: calibration value for 1 sec period which will 15 be programmed directly to calibration register 24 calibration = <0x198233>;
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/ |
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:
|
/kernel/linux/linux-5.10/drivers/thermal/ |
D | amlogic_thermal.c | 15 * A B m n : calibration parameters 16 * u_efuse : fused calibration value, it's a signed 16 bits value 70 * @A: calibration parameters 71 * @B: calibration parameters 72 * @m: calibration parameters 73 * @n: calibration parameters 86 * @u_efuse_off: register offset to read fused calibration value 87 * @calibration_parameters: calibration parameters structure pointer 151 "tsensor thermal calibration not supported: 0x%x!\n", in amlogic_thermal_initialize()
|
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() 196 dev_err(dev, "invalid calibration data.\n"); 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() 324 ret = qoriq_tmu_calibration(dev, data); /* TMU calibration */ in qoriq_tmu_probe()
|
D | sun8i_thermal.c | 130 * do this, the correct calibration formula is hard to know. in sun8i_ths_get_temp() 236 * The calibration data on the H6 is the ambient temperature and in sun50i_h6_ths_calibrate() 242 * register values and this will become a calibration offset. in sun50i_h6_ths_calibrate() 252 * Calibration data is CALIBRATE_DEFAULT - (calculated in sun50i_h6_ths_calibrate() 261 * Calibration value more than 12-bit, but calibration in sun50i_h6_ths_calibrate() 263 * still work without calibration, although the data in sun50i_h6_ths_calibrate() 288 calcell = devm_nvmem_cell_get(dev, "calibration"); in sun8i_ths_calibrate() 293 * Even if the external calibration data stored in sid is in sun8i_ths_calibrate() 297 * The default value of calibration register is 0x800 for in sun8i_ths_calibrate() 298 * every sensor, and the calibration value is usually 0x7xx in sun8i_ths_calibrate()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | tsc.c | 467 * or PIT for the fast calibration to work. 594 pr_info("Fast TSC calibration failed\n"); in quick_pit_calibrate() 613 pr_info("Fast TSC calibration using PIT\n"); in quick_pit_calibrate() 724 * Run 5 calibration loops to get the lowest frequency value in pit_hpet_ptimer_calibrate_cpu() 725 * (the best estimate). We use two different calibration modes in pit_hpet_ptimer_calibrate_cpu() 744 * calibration delay loop as we have to wait for a certain in pit_hpet_ptimer_calibrate_cpu() 759 * calibration, which will take at least 50ms, and in pit_hpet_ptimer_calibrate_cpu() 768 /* Pick the lowest PIT TSC calibration so far */ in pit_hpet_ptimer_calibrate_cpu() 792 * If both calibration results are inside a 10% window in pit_hpet_ptimer_calibrate_cpu() 793 * then we can be sure, that the calibration in pit_hpet_ptimer_calibrate_cpu() [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/ |
D | allwinner,sun8i-a83t-ths.yaml | 49 description: Calibration data for thermal sensors 52 const: calibration 134 nvmem-cell-names = "calibration"; 147 nvmem-cell-names = "calibration"; 160 nvmem-cell-names = "calibration";
|
D | qoriq-thermal.yaml | 38 fsl,tmu-calibration: 41 A list of cell pairs containing temperature calibration data, as 69 - fsl,tmu-calibration 81 fsl,tmu-calibration = <0x00000000 0x00000025>,
|
/kernel/linux/linux-5.10/drivers/iio/temperature/ |
D | mlx90632.c | 33 #define MLX90632_EE_P_R 0x240c /* P_R calibration register 32bit */ 34 #define MLX90632_EE_P_G 0x240e /* P_G calibration register 32bit */ 35 #define MLX90632_EE_P_T 0x2410 /* P_T calibration register 32bit */ 36 #define MLX90632_EE_P_O 0x2412 /* P_O calibration register 32bit */ 37 #define MLX90632_EE_Aa 0x2414 /* Aa calibration register 32bit */ 38 #define MLX90632_EE_Ab 0x2416 /* Ab calibration register 32bit */ 39 #define MLX90632_EE_Ba 0x2418 /* Ba calibration register 32bit */ 40 #define MLX90632_EE_Bb 0x241a /* Bb calibration register 32bit */ 41 #define MLX90632_EE_Ca 0x241c /* Ca calibration register 32bit */ 42 #define MLX90632_EE_Cb 0x241e /* Cb calibration register 32bit */ [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
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:
|
/kernel/linux/linux-5.10/drivers/iio/chemical/ |
D | atlas-sensor.c | 257 dev_warn(dev, "device missing low point calibration\n"); in atlas_check_ph_calibration() 260 dev_warn(dev, "device missing mid point calibration\n"); in atlas_check_ph_calibration() 263 dev_warn(dev, "device missing high point calibration\n"); in atlas_check_ph_calibration() 292 dev_warn(dev, "device missing dry point calibration\n"); in atlas_check_ec_calibration() 295 dev_warn(dev, "device using single point calibration\n"); in atlas_check_ec_calibration() 298 dev_warn(dev, "device missing low point calibration\n"); in atlas_check_ec_calibration() 301 dev_warn(dev, "device missing high point calibration\n"); in atlas_check_ec_calibration() 339 dev_warn(dev, "device missing atmospheric pressure calibration\n"); in atlas_check_do_calibration() 342 dev_warn(dev, "device missing dissolved oxygen calibration\n"); in atlas_check_do_calibration() 352 int (*calibration)(struct atlas_data *data); member [all …]
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
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.
|
/kernel/linux/linux-5.10/init/ |
D | calibrate.c | 2 /* calibrate.c: default delay calibration 96 * >= 12.5% apart, redo calibration. in calibrate_delay_direct() 180 * For the boot cpu we can skip the delay calibration and assign it a value 183 * the cpu frequency, hence do the calibration for those. 254 * Check if cpu calibration delay is already known. For example, 256 * with the same calibration delay. 258 * Architectures should override this function if a faster calibration 267 * Indicate the cpu delay calibration is done. This can be used by
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
D | adv_pci1724.c | 24 * Subdevice 1 is the offset calibration for the analog output. 25 * Subdevice 2 is the gain calibration for the analog output. 27 * The calibration offset and gains have quite a large effect on the 36 * matter of adjusting the offset and gain calibration until the board 153 /* Offset Calibration subdevice */ in adv_pci1724_auto_attach() 166 /* Gain Calibration subdevice */ in adv_pci1724_auto_attach()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
D | phy.c | 49 * - Automatic Gain Control (AGC) calibration 51 * - Noise Floor calibration 53 * - I/Q imbalance calibration (QAM correction) 55 * - Calibration due to thermal changes (gain_F) 460 /* Skip if gain calibration is inactive or in ath5k_hw_request_rfgain_probe() 668 * ath5k_hw_gainf_calibrate() - Do a gain_F calibration 671 * Main callback for thermal RF gain calibration engine 746 * with Gain_F calibration 1486 PHY calibration 1490 * DOC: PHY Calibration routines [all …]
|
/kernel/linux/linux-5.10/drivers/phy/marvell/ |
D | phy-mvebu-a3700-utmi.c | 127 /* Wait for PLL calibration */ in mvebu_a3700_utmi_phy_power_on() 132 dev_err(dev, "Failed to end USB2 PLL calibration\n"); in mvebu_a3700_utmi_phy_power_on() 136 /* Wait for impedance calibration */ in mvebu_a3700_utmi_phy_power_on() 141 dev_err(dev, "Failed to end USB2 impedance calibration\n"); in mvebu_a3700_utmi_phy_power_on() 145 /* Wait for squelch calibration */ in mvebu_a3700_utmi_phy_power_on() 150 dev_err(dev, "Failed to end USB2 unknown calibration\n"); in mvebu_a3700_utmi_phy_power_on()
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
D | fc0011.c | 51 FC11_VCOCAL_RUN = 0, /* VCO calibration run */ 52 FC11_VCOCAL_VALUEMASK = 0x3F, /* VCO calibration value mask */ 53 FC11_VCOCAL_OK = 0x40, /* VCO calibration Ok */ 54 FC11_VCOCAL_RESET = 0x80, /* VCO calibration reset */ 132 /* Initiate VCO calibration */ 147 /* Read VCO calibration value */ 289 /* VCO calibration */ in fc0011_set_params() 316 /* VCO calibration */ in fc0011_set_params() 327 "Failed to read VCO calibration value (got %02X)\n", in fc0011_set_params()
|