Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A Ddram_sun8i_a23.c75 static void mctl_apply_odt_correction(u32 *reg, int correction) in mctl_apply_odt_correction() argument
80 val += correction; in mctl_apply_odt_correction()
H A DKconfig386 int "sunxi dram odt correction value"
389 Set the dram odt correction value (range -255 - 255). In allwinner
392 then the correction is negative. Usually the value for this is 0.
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A DKconfig178 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.
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.c1070 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;
H 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;
/rk3399_rockchip-uboot/doc/
H A DREADME.atmel_pmecc18 1. the PMECC correction error bits capability: CONFIG_PMECC_CAP.
H A DREADME.nand202 hardware ECC correction. This is useful for platforms which have ELM
206 SPL-NAND driver with software ECC correction support.
H A DREADME.b4860qds22 . MAPLE-B3 hardware acceleration-for forward error correction schemes including
/rk3399_rockchip-uboot/lib/
H A DKconfig8 hardware engine required for BCH ECC correction.