Home
last modified time | relevance | path

Searched refs:correction (Results 1 – 25 of 89) sorted by relevance

1234

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c246 uint32_t correction; in ar5212GetGainFCorrection() local
250 correction = 0; in ar5212GetGainFCorrection()
258 correction = 0; in ar5212GetGainFCorrection()
261 correction = gainStep; in ar5212GetGainFCorrection()
264 correction = 2 * gainStep - 5; in ar5212GetGainFCorrection()
267 correction = 2 * gainStep; in ar5212GetGainFCorrection()
271 return correction; in ar5212GetGainFCorrection()
/freebsd/crypto/heimdal/lib/wind/
H A DNormalizationCorrections.txt16 # stability, the correction is entered in this data file,
32 # Field 4: Version of Unicode for which the correction was
35 # the correction
/freebsd/sys/contrib/device-tree/Bindings/edac/
H A Daspeed-sdram-edac.txt4 correction check).
6 The memory controller supports SECDED (single bit error correction, double bit
H A Ddmc-520.yaml13 DMC-520 node is defined to describe DRAM error detection and correction.
H A Damazon,al-mc-edac.yaml14 EDAC node is defined to describe on-chip error detection and correction for
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dnuvoton,npcm-memory-controller.yaml14 The Nuvoton BMC SoC supports DDR4 memory with or without ECC (error correction
17 The memory controller supports single bit error correction, double bit error
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h799 U32 const correction = current - newCurrent; in ZSTD_window_correctOverflow() local
803 assert(correction > 1<<28); in ZSTD_window_correctOverflow()
805 window->base += correction; in ZSTD_window_correctOverflow()
806 window->dictBase += correction; in ZSTD_window_correctOverflow()
807 if (window->lowLimit <= correction) window->lowLimit = 1; in ZSTD_window_correctOverflow()
808 else window->lowLimit -= correction; in ZSTD_window_correctOverflow()
809 if (window->dictLimit <= correction) window->dictLimit = 1; in ZSTD_window_correctOverflow()
810 else window->dictLimit -= correction; in ZSTD_window_correctOverflow()
819 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow()
821 return correction; in ZSTD_window_correctOverflow()
/freebsd/sys/contrib/device-tree/Bindings/soc/mediatek/
H A Dmediatek,ccorr.yaml7 title: MediaTek color correction
14 MediaTek color correction with 3X3 matrix.
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1103 U32 const correction = curr - newCurrent; in ZSTD_window_correctOverflow() local
1113 assert(correction > 1<<28); in ZSTD_window_correctOverflow()
1116 window->base += correction; in ZSTD_window_correctOverflow()
1117 window->dictBase += correction; in ZSTD_window_correctOverflow()
1118 if (window->lowLimit < correction + ZSTD_WINDOW_START_INDEX) { in ZSTD_window_correctOverflow()
1121 window->lowLimit -= correction; in ZSTD_window_correctOverflow()
1123 if (window->dictLimit < correction + ZSTD_WINDOW_START_INDEX) { in ZSTD_window_correctOverflow()
1126 window->dictLimit -= correction; in ZSTD_window_correctOverflow()
1138 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow()
1140 return correction; in ZSTD_window_correctOverflow()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dst,sta32x.txt67 If present, power bridge correction for THD reduction near maximum
96 st,max-power-correction; // enables power bridge
97 // correction for THD reduction
H A Dst,sta350.txt71 If present, power bridge correction for THD reduction near maximum
126 st,max-power-correction; // enables power bridge
127 // correction for THD reduction
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dgpmc-nand.txt49 Using ELM for ECC error correction frees some CPU cycles.
113 support ecc-schemes with hardware error-correction (BCHx_HW). However
114 such SoC can use ecc-schemes with software library for error-correction
115 (BCHx_HW_DETECTION_SW). The error correction capability with software
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,ccorr.yaml7 title: Mediatek display color correction
14 Mediatek display color correction, namely CCORR, reproduces correct color
H A Dmediatek,gamma.yaml7 title: Mediatek display gamma correction
14 Mediatek display gamma correction, namely GAMMA, provides a nonlinear
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.def161 correction using @command{settimeofday(2)}. The default value is 0,
309 the correction will be slewed,
310 and if the correction is more than 128 milliseconds
311 the correction will be stepped.
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dmxicy,mx25f0a-spi.yaml43 on-the-fly correction when using a SPI-NAND memory.
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Drenesas,imr.txt4 The image renderer, or the distortion correction engine, is a drawing processor
H A Dvideo-interface-devices.yaml249 0 degrees, no rotation correction needs to be applied to the resulting
299 A software rotation correction of 180 degrees should be applied to
365 A correction of 90 degrees in counter-clockwise direction has to be
H A Dnxp,dw100.yaml14 correction of the distortion that is introduced in images produced by fisheye
H A Drenesas,imr.yaml13 The image renderer, or the distortion correction engine, is a drawing
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dti,tmp421.yaml59 … The value (two's complement) to be programmed in the channel specific N correction register.
H A Dti,tmp464.yaml58 … The value (two's complement) to be programmed in the channel specific N correction register.
H A Dti,tmp401.yaml48 value to select beta correction range.
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c2157 int correction[AR9300_MAX_CHAINS]; in ar9300_calibration_apply() local
2228 correction[ichain] = lcorrection[ichain]; in ar9300_calibration_apply()
2261 correction[ichain] = lcorrection[ichain]; in ar9300_calibration_apply()
2267 correction[ichain] = hcorrection[ichain]; in ar9300_calibration_apply()
2272 correction[ichain] = 0; in ar9300_calibration_apply()
2284 (u_int32_t) correction[0]; in ar9300_calibration_apply()
2289 ah, frequency, correction, voltage, temperature); in ar9300_calibration_apply()
2292 __func__, frequency, correction[0], correction[1], correction[2]); in ar9300_calibration_apply()
2299 int *correction, int *voltage, int *temperature) in ar9300_power_control_override() argument
2309 (correction[0] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), in ar9300_power_control_override()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dgalaxycore,gc2145.yaml17 gamma correction. Bayer RGB, RGB565 and YCbCr 4:2:2 can be provided by the

1234