Home
last modified time | relevance | path

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

/f-stack/freebsd/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 Dapm-xgene-edac.txt3 EDAC node is defined to describe on-chip error detection and correction.
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h871 U32 const correction = curr - newCurrent; in ZSTD_window_correctOverflow() local
875 assert(correction > 1<<28); in ZSTD_window_correctOverflow()
877 window->base += correction; in ZSTD_window_correctOverflow()
878 window->dictBase += correction; in ZSTD_window_correctOverflow()
879 if (window->lowLimit <= correction) window->lowLimit = 1; in ZSTD_window_correctOverflow()
880 else window->lowLimit -= correction; in ZSTD_window_correctOverflow()
881 if (window->dictLimit <= correction) window->dictLimit = 1; in ZSTD_window_correctOverflow()
882 else window->dictLimit -= correction; in ZSTD_window_correctOverflow()
891 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow()
893 return correction; in ZSTD_window_correctOverflow()
H A Dzstd_ldm.c479 U32 const correction = ZSTD_window_correctOverflow( in ZSTD_ldm_generateSequences() local
481 ZSTD_ldm_reduceTable(ldmState->hashTable, ldmHSize, correction); in ZSTD_ldm_generateSequences()
H A Dzstd_compress.c2816 U32 const correction = ZSTD_window_correctOverflow(&ms->window, cycleLog, maxDist, ip); in ZSTD_overflowCorrectIfNeeded() local
2821 ZSTD_reduceIndex(ms, params, correction); in ZSTD_overflowCorrectIfNeeded()
2823 if (ms->nextToUpdate < correction) ms->nextToUpdate = 0; in ZSTD_overflowCorrectIfNeeded()
2824 else ms->nextToUpdate -= correction; in ZSTD_overflowCorrectIfNeeded()
/f-stack/freebsd/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
/f-stack/freebsd/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
H A Dnand-controller.yaml20 desires in terms of correction capability of a controller. Together,
52 embedded in the NAND controller) or software correction
H A Dfsmc-nand.txt37 Can support 1-bit HW ECC (default) or if stronger correction is required,
/f-stack/freebsd/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-interfaces.txt308 0 degrees, no rotation correction needs to be applied to the resulting
358 A software rotation correction of 180 degrees should be applied to
424 A correction of 90 degrees in counter-clockwise direction has to be
/f-stack/freebsd/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 …]
H A Dar9300eep.h638 extern int ar9300_power_control_override(struct ath_hal *ah, int frequency, int *correction, int *v…
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dtpo,tpg110.yaml30 for properties of the display such as gamma correction and
/f-stack/freebsd/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,disp.txt34 "mediatek,<chip>-disp-ccorr" - color correction
38 "mediatek,<chip>-disp-gamma" - gamma correction
/f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt10 as kernel log messages, or for optional ECC error-correction data. The total
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra186-mc.yaml22 automotive safety applications (single bit error correction and double bit
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Damd-xgbe.txt43 - amd,serdes-blwc: Baseline wandering correction enablement
/f-stack/dpdk/examples/ptpclient/
H A Dptpclient.c83 int64_t correction; member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10710 U32 const correction = current - newCurrent; in ZSTD_window_correctOverflow() local
10714 assert(correction > 1<<28); in ZSTD_window_correctOverflow()
10716 window->base += correction; in ZSTD_window_correctOverflow()
10717 window->dictBase += correction; in ZSTD_window_correctOverflow()
10718 if (window->lowLimit <= correction) window->lowLimit = 1; in ZSTD_window_correctOverflow()
10719 else window->lowLimit -= correction; in ZSTD_window_correctOverflow()
10720 if (window->dictLimit <= correction) window->dictLimit = 1; in ZSTD_window_correctOverflow()
10721 else window->dictLimit -= correction; in ZSTD_window_correctOverflow()
10732 return correction; in ZSTD_window_correctOverflow()
15649 ZSTD_reduceIndex(ms, params, correction); in ZSTD_overflowCorrectIfNeeded()
[all …]