Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-sunxi/
A Ddram_sun8i_a23.c76 static void mctl_apply_odt_correction(u32 *reg, int correction) in mctl_apply_odt_correction() argument
81 val += correction; in mctl_apply_odt_correction()
A DKconfig626 int "sunxi dram odt correction value"
629 Set the dram odt correction value (range -255 - 255). In allwinner
632 then the correction is negative. Usually the value for this is 0.
/u-boot/common/
A Ddlmalloc.c1121 INTERNAL_SIZE_T correction; /* bytes for 2nd sbrk call */ local
1166 correction = (MALLOC_ALIGNMENT) - front_misalign;
1167 brk += correction;
1170 correction = 0;
1174 correction += ((((unsigned long)(brk + sbrk_size))+(pagesz-1)) &
1178 new_brk = (char*)(MORECORE (correction));
1181 sbrked_mem += correction;
1184 top_size = new_brk - brk + correction;
A Ddlmalloc.src1935 INTERNAL_SIZE_T correction; /* bytes for 2nd sbrk call */
1980 correction = (MALLOC_ALIGNMENT) - front_misalign;
1981 brk += correction;
1984 correction = 0;
1988 correction += ((((unsigned long)(brk + sbrk_size))+(pagesz-1)) &
1991 /* Allocate correction */
1992 new_brk = (char*)(MORECORE (correction));
1995 sbrked_mem += correction;
1998 top_size = new_brk - brk + correction;
/u-boot/drivers/ram/aspeed/
A DKconfig35 perform error detection and correction, sacrificing 1/9th of the
/u-boot/drivers/mtd/nand/raw/
A DKconfig430 bool "24-error correction (45 ECC bytes)"
433 bool "32-error correction (60 ECC bytes)"
584 a maximum 8-bit correction error per sector of 512 bytes.
596 a maximum 40-bit error correction per sector of 1024 bytes.
631 The controller supports 4~12 bits correction per 512 bytes with a
763 Hardware ECC correction. This is useful for platforms which have ELM
767 SPL-NAND driver with software ECC correction support.
/u-boot/board/freescale/ls1028a/
A DREADME44 - Single-bit error correction and double-bit error detection ECC (4-bit
122 - Supports ECC error detection and correction
/u-boot/doc/
A DREADME.atmel_pmecc18 1. the PMECC correction error bits capability: CONFIG_PMECC_CAP.
A DREADME.nand184 hardware ECC correction. This is useful for platforms which have ELM
188 SPL-NAND driver with software ECC correction support.
/u-boot/doc/board/AndesTech/
A Dae350.rst37 - Protection scheme: parity-checking or error-checking-and-correction (ECC)
38 - Automatic hardware error correction
/u-boot/drivers/rtc/
A DKconfig130 calendar with automatic leap year correction, 2-byte battery backed SRAM,
/u-boot/doc/develop/
A Dsending_patches.rst221 correction or whitespace update), you can omit the blank line and detailed
/u-boot/scripts/
A Dspelling.txt8 # mistake||correction
/u-boot/lib/
A DKconfig36 hardware engine required for BCH ECC correction.

Completed in 30 milliseconds