| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | Kconfig | 81 Support for error detection and correction of DRAM ECC errors on 107 Support for error detection and correction for Amazon's Annapurna 108 Labs Alpine chips which allow 1 bit correction and 2 bits detection. 114 Support for error detection and correction on the AMD 76x 121 Support for error detection and correction on the Intel 128 Support for error detection and correction on the Intel 136 Support for error detection and correction on the Intel 143 Support for error detection and correction on the Intel 150 Support for error detection and correction on the Intel 157 Support for error detection and correction on the Intel [all …]
|
| /OK3568_Linux_fs/kernel/lib/lz4/ |
| H A D | lz4hc_compress.c | 433 int correction; in LZ4HC_compress_generic() local 441 correction = new_ml - (int)(start2 - ip); in LZ4HC_compress_generic() 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() 486 int correction = (int)(ip + ml - start2); in LZ4HC_compress_generic() local 488 start2 += correction; in LZ4HC_compress_generic() 489 ref2 += correction; in LZ4HC_compress_generic() 490 ml2 -= correction; in LZ4HC_compress_generic() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ingenic/ |
| H 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
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H 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.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H 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 719 0x00 ECC byte 0 Error correction code byte 0 of the lower 721 0x01 ECC byte 1 Error correction code byte 1 of the lower 723 0x02 ECC byte 2 Error correction code byte 2 of the lower 725 0x03 ECC byte 3 Error correction code byte 0 of the upper [all …]
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | entry-armv.S | 256 mov r1, #4 @ PC correction to apply 258 THUMB( movne r1, #2 ) @ if so, fix up PC correction 1000 .macro vector_stub, name, mode, correction=0 argument 1004 .if \correction 1005 sub lr, lr, #\correction 1037 .if \correction 1038 sub lr, lr, #\correction 1055 .if \correction 1056 sub lr, lr, #\correction
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/edac/ |
| H A D | aspeed-sdram-edac.txt | 4 correction check). 6 The memory controller supports SECDED (single bit error correction, double bit
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | ptp.c | 306 s32 correction); 450 s32 correction) in efx_ptp_s_ns_to_ktime_correction() argument 453 if (correction >= 0) in efx_ptp_s_ns_to_ktime_correction() 454 kt = ktime_add_ns(kt, (u64)correction); in efx_ptp_s_ns_to_ktime_correction() 456 kt = ktime_sub_ns(kt, (u64)-correction); in efx_ptp_s_ns_to_ktime_correction() 499 s32 correction) in efx_ptp_s27_to_ktime_correction() argument 502 nic_minor += correction; in efx_ptp_s27_to_ktime_correction() 524 s32 correction) in efx_ptp_s_qns_to_ktime_correction() argument 529 correction = DIV_ROUND_CLOSEST(correction, 4); in efx_ptp_s_qns_to_ktime_correction() 533 if (correction >= 0) in efx_ptp_s_qns_to_ktime_correction() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/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
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/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
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H 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()
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xapp_xgamma/ |
| H A D | Config.in | 5 Alter a monitor's gamma correction through the X server
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | ntp.c | 942 long correction = -error; in hardpps_update_phase() local 946 pps_phase_filter_add(correction); in hardpps_update_phase() 947 correction = pps_phase_filter_get(&jitter); in hardpps_update_phase() 961 time_offset = div_s64(((s64)correction) << NTP_SCALE_SHIFT, in hardpps_update_phase()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H 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) */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/ |
| H A D | xgamma_1.0.6.bb | 6 correction of a monitor via the X video mode extension."
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | dlmalloc.c | 1070 INTERNAL_SIZE_T correction; /* bytes for 2nd sbrk call */ local 1115 correction = (MALLOC_ALIGNMENT) - front_misalign; 1116 brk += correction; 1119 correction = 0; 1123 correction += ((((unsigned long)(brk + sbrk_size))+(pagesz-1)) & 1127 new_brk = (char*)(MORECORE (correction)); 1130 sbrked_mem += correction; 1133 top_size = new_brk - brk + correction;
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | Kconfig | 178 bool "24-error correction (45 ECC bytes)" 181 bool "32-error correction (60 ECC bytes)" 316 a maximum 8-bit correction error per sector of 512 bytes. 399 Hardware ECC correction. This is useful for platforms which have ELM 403 SPL-NAND driver with software ECC correction support.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/libcdio/ |
| H A D | libcdio-paranoia_10.2+2.0.1.bb | 1 SUMMARY = "library to read digital audio CDs with error correction"
|
| /OK3568_Linux_fs/kernel/Documentation/arm/samsung-s3c24xx/ |
| H A D | nand.rst | 19 size, with support for hardware ECC generation and correction.
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/ |
| H A D | dram_sun8i_a23.c | 75 static void mctl_apply_odt_correction(u32 *reg, int correction) in mctl_apply_odt_correction() argument 80 val += correction; in mctl_apply_odt_correction()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ptp_classify.h | 62 __be64 correction; member
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | ipu3.rst | 316 Geometric Distortion Correction is used to performe correction of distortions 464 k [label="Gamma correction"] 496 SHD Lens shading correction is used to correct spatial 517 Gamma correction Gamma correction struct ipu3_uapi_gamma_config is a 518 basic non-linear tone mapping correction that is 535 TCC Total color correction as defined in struct 560 Color correction matrix coefficients
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | Kconfig | 30 This enables support for software BCH error correction. Binary BCH 33 of error correction. 73 bool "Support hardware based BCH error correction" 79 the cpu from doing ECC error searching and correction. However some 310 correction is supported. Hardware ECC is only enabled through 423 a maximum 8-bit correction error per sector of 512 bytes.
|