Home
last modified time | relevance | path

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

/LevelX-v6.3.0/common/src/
Dlx_nand_flash_256byte_ecc_check.c87 UCHAR ecc_errors[3]; in _lx_nand_flash_256byte_ecc_check() local
96 ecc_errors[0] = 0; in _lx_nand_flash_256byte_ecc_check()
97 ecc_errors[1] = 0; in _lx_nand_flash_256byte_ecc_check()
98 ecc_errors[2] = 0; in _lx_nand_flash_256byte_ecc_check()
111 ecc_errors[i] = new_ecc_buffer[i] ^ ecc_buffer[i]; in _lx_nand_flash_256byte_ecc_check()
114 if (ecc_errors[i]) in _lx_nand_flash_256byte_ecc_check()
123 if (ecc_errors[i] & mask) in _lx_nand_flash_256byte_ecc_check()
156 …correction_code = (ULONG) (ecc_errors[2] << 16) | (ULONG)(ecc_errors[1] << 8) | (ULONG)ecc_errors[… in _lx_nand_flash_256byte_ecc_check()