Home
last modified time | relevance | path

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

1234

/linux-6.15/drivers/edac/
H A DKconfig339 Support for error detection and correction on the
348 Support for error detection and correction on the
355 Support for error detection and correction on the
369 Support for error detection and correction on the
376 Support for error detection and correction on the
383 Support for error detection and correction on the
391 Support for error detection and correction on the
400 Support for error detection and correction on the
408 Support for error detection and correction on the
417 Support for error detection and correction on the
[all …]
/linux-6.15/include/linux/
H A Dptp_classify.h75 __be64 correction; member
168 struct ptp_header *hdr, s64 correction) in ptp_header_update_correction() argument
174 memcpy(&correction_old, &hdr->correction, sizeof(correction_old)); in ptp_header_update_correction()
177 put_unaligned_be64((u64)correction, &hdr->correction); in ptp_header_update_correction()
191 hdr->correction, in ptp_header_update_correction()
239 struct ptp_header *hdr, s64 correction) in ptp_header_update_correction() argument
/linux-6.15/lib/lz4/
H A Dlz4hc_compress.c432 int correction; in LZ4HC_compress_generic() local
442 if (correction > 0) { in LZ4HC_compress_generic()
443 start2 += correction; in LZ4HC_compress_generic()
444 ref2 += correction; in LZ4HC_compress_generic()
445 ml2 -= correction; in LZ4HC_compress_generic()
488 ref2 += correction; in LZ4HC_compress_generic()
489 ml2 -= correction; in LZ4HC_compress_generic()
523 int correction; in LZ4HC_compress_generic() local
530 if (correction > 0) { in LZ4HC_compress_generic()
532 ref2 += correction; in LZ4HC_compress_generic()
[all …]
/linux-6.15/drivers/mtd/nand/
H A DKconfig24 correction. This correction can correct up to 1 bit error
27 more strength correction and in this case BCH or RS will be
44 This enables support for software BCH error correction. Binary BCH
47 of error correction.
/linux-6.15/drivers/mtd/nand/raw/ingenic/
H A DKconfig8 based boards, using the BCH controller for hardware error correction.
19 Enable this driver to support the Reed-Solomon error-correction
29 Enable this driver to support the BCH error-correction hardware
39 Enable this driver to support the BCH error-correction hardware
/linux-6.15/Documentation/core-api/
H A Dlibrs.rst11 correction functions.
34 correction with the given polynomial. It either uses an existing
91 The correction of the data buffer can be suppressed by providing a
92 correction pattern buffer and an error location buffer to the decoder.
93 The decoder stores the calculated error location and the correction
102 Decoding with syndrome calculation, direct data correction
119 Decoding with syndrome given by hardware decoder, direct data correction
138 Decoding with syndrome given by hardware decoder, no direct data correction.
/linux-6.15/Documentation/userspace-api/media/drivers/
H A Dccs.rst101 Shading correction
104 The CCS standard supports lens shading correction. The feature can be controlled
106 correction level may be changed using
108 correction and 128 indicates correcting the luminance in corners to 10 % less
111 Shading correction needs to be enabled for luminance correction level to have an
/linux-6.15/Documentation/driver-api/
H A Dmtdnand.rst403 and correction. Return 1 respectively 2 in case the error can be
406 software generator then use the correction function provided by
414 standard Reed-Solomon syndrome before calling the error correction code
699 0x00 ECC byte 0 Error correction code byte 0
700 0x01 ECC byte 1 Error correction code byte 1
701 0x02 ECC byte 2 Error correction code byte 2
751 0x28 ECC byte 0 Error correction code byte 0 of the first
753 0x29 ECC byte 1 Error correction code byte 1 of the first
755 0x2A ECC byte 2 Error correction code byte 2 of the first
763 0x2E ECC byte 6 Error correction code byte 0 of the third
[all …]
/linux-6.15/Documentation/devicetree/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
/linux-6.15/drivers/macintosh/
H A Dwindfarm_pm121.c318 struct pm121_correction correction; member
469 struct pm121_correction *correction; in pm121_correct() local
470 correction = &corrections[control_id][pm121_mach_model - 2]; in pm121_correct()
472 new_min = (average_power * correction->slope) >> 16; in pm121_correct()
473 new_min += correction->offset; in pm121_correct()
486 new_min = value * pm121_connection->correction.slope; in pm121_connect()
487 new_min += pm121_connection->correction.offset; in pm121_connect()
/linux-6.15/net/dsa/
H A Dtag_ksz.c211 s64 correction; in ksz_xmit_timestamp() local
227 correction = (s64)get_unaligned_be64(&ptp_hdr->correction); in ksz_xmit_timestamp()
229 if (correction < 0) { in ksz_xmit_timestamp()
232 ts = ns_to_timespec64(-correction >> 16); in ksz_xmit_timestamp()
/linux-6.15/Documentation/devicetree/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
/linux-6.15/Documentation/devicetree/bindings/soc/mediatek/
H A Dmediatek,ccorr.yaml7 title: MediaTek color correction
14 MediaTek color correction with 3X3 matrix.
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Dptp.c305 s32 correction);
449 s32 correction) in efx_ptp_s_ns_to_ktime_correction() argument
452 if (correction >= 0) in efx_ptp_s_ns_to_ktime_correction()
453 kt = ktime_add_ns(kt, (u64)correction); in efx_ptp_s_ns_to_ktime_correction()
498 s32 correction) in efx_ptp_s27_to_ktime_correction() argument
501 nic_minor += correction; in efx_ptp_s27_to_ktime_correction()
523 s32 correction) in efx_ptp_s_qns_to_ktime_correction() argument
528 correction = DIV_ROUND_CLOSEST(correction, 4); in efx_ptp_s_qns_to_ktime_correction()
532 if (correction >= 0) in efx_ptp_s_qns_to_ktime_correction()
561 s32 correction) in efx_ptp_mac_nic_to_ktime_correction() argument
[all …]
/linux-6.15/Documentation/devicetree/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
/linux-6.15/arch/arm/kernel/
H A Dentry-armv.S279 mov r1, #4 @ PC correction to apply
281 THUMB( movne r1, #2 ) @ if so, fix up PC correction
861 .macro vector_stub, name, mode, correction=0 argument
871 .if \correction
872 sub lr, lr, #\correction
905 .if \correction
906 sub lr, lr, #\correction
/linux-6.15/lib/zstd/compress/
H A Dzstd_compress_internal.h1184 U32 const correction = curr - newCurrent; in ZSTD_window_correctOverflow() local
1194 assert(correction > 1<<28); in ZSTD_window_correctOverflow()
1197 window->base += correction; in ZSTD_window_correctOverflow()
1198 window->dictBase += correction; in ZSTD_window_correctOverflow()
1199 if (window->lowLimit < correction + ZSTD_WINDOW_START_INDEX) { in ZSTD_window_correctOverflow()
1202 window->lowLimit -= correction; in ZSTD_window_correctOverflow()
1204 if (window->dictLimit < correction + ZSTD_WINDOW_START_INDEX) { in ZSTD_window_correctOverflow()
1207 window->dictLimit -= correction; in ZSTD_window_correctOverflow()
1219 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow()
1221 return correction; in ZSTD_window_correctOverflow()
/linux-6.15/arch/arm/mm/
H A Dalignment.c502 unsigned int rd, rn, correction, nr_regs, regbits; in do_alignment_ldmstm() local
508 correction = 4; /* processor implementation defined */ in do_alignment_ldmstm()
509 regs->ARM_pc += correction; in do_alignment_ldmstm()
579 regs->ARM_pc -= correction; in do_alignment_ldmstm()
583 regs->ARM_pc -= correction; in do_alignment_ldmstm()
/linux-6.15/Documentation/devicetree/bindings/display/mediatek/
H A Dmediatek,gamma.yaml7 title: Mediatek display gamma correction
14 Mediatek display gamma correction, namely GAMMA, provides a nonlinear
H A Dmediatek,ccorr.yaml7 title: Mediatek display color correction
14 Mediatek display color correction, namely CCORR, reproduces correct color
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Ddvb-frontend-parameters.rst65 fe_code_rate_t fec_inner; /* forward error correction (see above) */
81 fe_code_rate_t fec_inner; /* forward error correction (see above) */
/linux-6.15/drivers/net/ethernet/sfc/
H A Dptp.c309 s32 correction);
485 s32 correction) in efx_ptp_s27_to_ktime_correction() argument
488 nic_minor += correction; in efx_ptp_s27_to_ktime_correction()
510 s32 correction) in efx_ptp_s_qns_to_ktime_correction() argument
515 correction = DIV_ROUND_CLOSEST(correction, 4); in efx_ptp_s_qns_to_ktime_correction()
519 if (correction >= 0) in efx_ptp_s_qns_to_ktime_correction()
520 kt = ktime_add_ns(kt, (u64)correction); in efx_ptp_s_qns_to_ktime_correction()
522 kt = ktime_sub_ns(kt, (u64)-correction); in efx_ptp_s_qns_to_ktime_correction()
554 s32 correction) in efx_ptp_mac_nic_to_ktime_correction() argument
597 correction); in efx_ptp_mac_nic_to_ktime_correction()

1234