/linux/drivers/edac/ |
A D | Kconfig | 306 Support for error detection and correction on the 323 Support for error detection and correction on the 332 Support for error detection and correction on the 341 Support for error detection and correction on the 350 Support for error detection and correction on the 357 Support for error detection and correction on the 371 Support for error detection and correction on the 378 Support for error detection and correction on the 385 Support for error detection and correction on the 393 Support for error detection and correction on the [all …]
|
/linux/lib/lz4/ |
A D | lz4hc_compress.c | 433 int correction; in LZ4HC_compress_generic() local 443 if (correction > 0) { in LZ4HC_compress_generic() 444 start2 += correction; in LZ4HC_compress_generic() 445 ref2 += correction; in LZ4HC_compress_generic() 446 ml2 -= correction; in LZ4HC_compress_generic() 489 ref2 += correction; in LZ4HC_compress_generic() 490 ml2 -= correction; in LZ4HC_compress_generic() 524 int correction; in LZ4HC_compress_generic() local 531 if (correction > 0) { in LZ4HC_compress_generic() 533 ref2 += correction; in LZ4HC_compress_generic() [all …]
|
/linux/drivers/mtd/nand/ |
A D | Kconfig | 24 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/drivers/mtd/nand/raw/ingenic/ |
A D | Kconfig | 8 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/Documentation/core-api/ |
A D | librs.rst | 11 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/Documentation/userspace-api/media/drivers/ |
A D | ccs.rst | 97 Shading correction 100 The CCS standard supports lens shading correction. The feature can be controlled 102 correction level may be changed using 104 correction and 128 indicates correcting the luminance in corners to 10 % less 107 Shading correction needs to be enabled for luminance correction level to have an
|
/linux/Documentation/driver-api/ |
A D | mtdnand.rst | 403 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/drivers/macintosh/ |
A D | windfarm_pm121.c | 317 struct pm121_correction correction; member 468 struct pm121_correction *correction; in pm121_correct() local 469 correction = &corrections[control_id][pm121_mach_model - 2]; in pm121_correct() 471 new_min = (average_power * correction->slope) >> 16; in pm121_correct() 472 new_min += correction->offset; in pm121_correct() 485 new_min = value * pm121_connection->correction.slope; in pm121_connect() 486 new_min += pm121_connection->correction.offset; in pm121_connect()
|
/linux/Documentation/devicetree/bindings/edac/ |
A D | aspeed-sdram-edac.txt | 4 correction check). 6 The memory controller supports SECDED (single bit error correction, double bit
|
A D | dmc-520.yaml | 13 DMC-520 node is defined to describe DRAM error detection and correction.
|
A D | amazon,al-mc-edac.yaml | 14 EDAC node is defined to describe on-chip error detection and correction for
|
/linux/lib/zstd/compress/ |
A D | zstd_compress_internal.h | 854 U32 const correction = curr - newCurrent; in ZSTD_window_correctOverflow() local 858 assert(correction > 1<<28); in ZSTD_window_correctOverflow() 860 window->base += correction; in ZSTD_window_correctOverflow() 861 window->dictBase += correction; in ZSTD_window_correctOverflow() 862 if (window->lowLimit <= correction) window->lowLimit = 1; in ZSTD_window_correctOverflow() 863 else window->lowLimit -= correction; in ZSTD_window_correctOverflow() 864 if (window->dictLimit <= correction) window->dictLimit = 1; in ZSTD_window_correctOverflow() 865 else window->dictLimit -= correction; in ZSTD_window_correctOverflow() 874 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow() 876 return correction; in ZSTD_window_correctOverflow()
|
/linux/drivers/net/ethernet/sfc/ |
A D | ptp.c | 305 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/Documentation/devicetree/bindings/sound/ |
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
|
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
|
/linux/arch/arm/mm/ |
A D | alignment.c | 502 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/arch/arm/kernel/ |
A D | entry-armv.S | 253 mov r1, #4 @ PC correction to apply 255 THUMB( movne r1, #2 ) @ if so, fix up PC correction 997 .macro vector_stub, name, mode, correction=0 1001 .if \correction 1002 sub lr, lr, #\correction
|
/linux/Documentation/userspace-api/media/dvb/ |
A D | dvb-frontend-parameters.rst | 65 fe_code_rate_t fec_inner; /* forward error correction (see above) */ 81 fe_code_rate_t fec_inner; /* forward error correction (see above) */
|
A D | frontend-stat-properties.rst | 96 Measures the number of bit errors before the forward error correction 153 Measures the number of bit errors after the forward error correction 211 correction coding (after Reed-Solomon or other outer code).
|
/linux/kernel/time/ |
A D | ntp.c | 990 long correction = -error; in hardpps_update_phase() local 994 pps_phase_filter_add(correction); in hardpps_update_phase() 995 correction = pps_phase_filter_get(&jitter); in hardpps_update_phase() 1009 time_offset = div_s64(((s64)correction) << NTP_SCALE_SHIFT, in hardpps_update_phase()
|
/linux/Documentation/arm/samsung-s3c24xx/ |
A D | nand.rst | 19 size, with support for hardware ECC generation and correction.
|
/linux/include/linux/ |
A D | ptp_classify.h | 68 __be64 correction; member
|
/linux/Documentation/admin-guide/media/ |
A D | ipu3.rst | 319 Geometric Distortion Correction is used to perform correction of distortions 467 k [label="Gamma correction"] 499 SHD Lens shading correction is used to correct spatial 520 Gamma correction Gamma correction struct ipu3_uapi_gamma_config is a 521 basic non-linear tone mapping correction that is 538 TCC Total color correction as defined in struct 563 Color correction matrix coefficients
|
/linux/Documentation/devicetree/bindings/media/ |
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
|
/linux/fs/unicode/ |
A D | mkutf8data.c | 1343 int correction; member 1464 return leaf->correction; in correction_mark() 1614 if (nextage < data->correction && in trees_init() 1615 data->correction < maxage) in trees_init() 1616 nextage = data->correction; in trees_init() 1635 if (nextage < data->correction && in trees_init() 1636 data->correction < maxage) in trees_init() 1637 nextage = data->correction; in trees_init() 1700 if (data->correction <= trees[i].maxage) in trees_populate() 1762 if (data->correction <= tree->maxage) in verify() [all …]
|