| /freebsd-14.2/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar5212_rfgain.c | 246 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-14.2/crypto/heimdal/lib/wind/ |
| H A D | NormalizationCorrections.txt | 16 # stability, the correction is entered in this data file, 32 # Field 4: Version of Unicode for which the correction was 35 # the correction
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/edac/ |
| H A D | aspeed-sdram-edac.txt | 4 correction check). 6 The memory controller supports SECDED (single bit error correction, double bit
|
| H A D | dmc-520.yaml | 13 DMC-520 node is defined to describe DRAM error detection and correction.
|
| H A D | amazon,al-mc-edac.yaml | 14 EDAC node is defined to describe on-chip error detection and correction for
|
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 799 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-14.2/sys/contrib/device-tree/Bindings/soc/mediatek/ |
| H A D | mediatek,ccorr.yaml | 7 title: MediaTek color correction 14 MediaTek color correction with 3X3 matrix.
|
| /freebsd-14.2/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 1103 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-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | st,sta32x.txt | 67 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 D | st,sta350.txt | 71 If present, power bridge correction for THD reduction near maximum 126 st,max-power-correction; // enables power bridge 127 // correction for THD reduction
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | gpmc-nand.txt | 49 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
|
| H A D | nand-chip.yaml | 42 description: Do not use any ECC correction.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/mediatek/ |
| H A D | mediatek,ccorr.yaml | 7 title: Mediatek display color correction 14 Mediatek display color correction, namely CCORR, reproduces correct color
|
| H A D | mediatek,gamma.yaml | 7 title: Mediatek display gamma correction 14 Mediatek display gamma correction, namely GAMMA, provides a nonlinear
|
| /freebsd-14.2/contrib/ntp/sntp/ |
| H A D | sntp-opts.def | 161 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-14.2/sys/contrib/device-tree/Bindings/spi/ |
| H A D | mxicy,mx25f0a-spi.yaml | 43 on-the-fly correction when using a SPI-NAND memory.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/ |
| H A D | renesas,imr.txt | 4 The image renderer, or the distortion correction engine, is a drawing processor
|
| H A D | video-interface-devices.yaml | 249 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 D | nxp,dw100.yaml | 14 correction of the distortion that is introduced in images produced by fisheye
|
| H A D | renesas,imr.yaml | 13 The image renderer, or the distortion correction engine, is a drawing
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | ti,tmp464.yaml | 58 … The value (two's complement) to be programmed in the channel specific N correction register.
|
| H A D | ti,tmp421.yaml | 59 … The value (two's complement) to be programmed in the channel specific N correction register.
|
| H A D | ti,tmp401.yaml | 48 value to select beta correction range.
|
| /freebsd-14.2/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_eeprom.c | 2157 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-14.2/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | tpo,tpg110.yaml | 30 for properties of the display such as gamma correction and
|