Home
last modified time | relevance | path

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

/LevelX-v6.2.1/test/regression/
Dlevelx_nand_flash_test.c49 UCHAR ecc_bytes[24]; variable
1827 ComputePageECC(byte_buffer, 2048, ecc_bytes); in thread_0_entry()
1828 status = (UINT) CorrectPageECC(byte_buffer, 2048, ecc_bytes); in thread_0_entry()
1856 if ((ecc_bytes[0] != lx_ecc_buffer[0]) || in thread_0_entry()
1857 (ecc_bytes[1] != lx_ecc_buffer[1]) || in thread_0_entry()
1858 (ecc_bytes[2] != lx_ecc_buffer[2]) || in thread_0_entry()
1859 (ecc_bytes[3] != lx_ecc_buffer[3]) || in thread_0_entry()
1860 (ecc_bytes[4] != lx_ecc_buffer[4]) || in thread_0_entry()
1861 (ecc_bytes[5] != lx_ecc_buffer[5]) || in thread_0_entry()
1862 (ecc_bytes[6] != lx_ecc_buffer[6]) || in thread_0_entry()
[all …]
/LevelX-v6.2.1/common/src/
Dlx_nand_flash_simulator.c300 UINT ecc_bytes =0; in _lx_nand_flash_simulator_write() local
346 ecc_bytes = ecc_bytes + 3; in _lx_nand_flash_simulator_write()
354 while(ecc_bytes--) in _lx_nand_flash_simulator_write()