Home
last modified time | relevance | path

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

/LevelX-v6.2.1/common/src/
Dlx_nand_flash_system_error.c94 if (error_code == LX_NAND_ERROR_CORRECTED) in _lx_nand_flash_system_error()
Dlx_nand_flash_page_ecc_check.c116 return_status = LX_NAND_ERROR_CORRECTED; in _lx_nand_flash_page_ecc_check()
Dlx_nand_flash_metadata_allocate.c295 if (status != LX_NAND_ERROR_CORRECTED) in _lx_nand_flash_metadata_allocate()
331 if (status != LX_NAND_ERROR_CORRECTED) in _lx_nand_flash_metadata_allocate()
Dlx_nand_flash_simulator.c199 else if (status == LX_NAND_ERROR_CORRECTED) in _lx_nand_flash_simulator_page_ecc_check()
201 ecc_status = LX_NAND_ERROR_CORRECTED; in _lx_nand_flash_simulator_page_ecc_check()
207 if (ecc_status == LX_NAND_ERROR_CORRECTED) in _lx_nand_flash_simulator_page_ecc_check()
271 if (status == LX_NAND_ERROR_CORRECTED) in _lx_nand_flash_simulator_pages_read()
273 ecc_status = LX_NAND_ERROR_CORRECTED; in _lx_nand_flash_simulator_pages_read()
415 if (status != LX_SUCCESS && status != LX_NAND_ERROR_CORRECTED) in _lx_nand_flash_simulator_pages_copy()
Dlx_nand_flash_256byte_ecc_check.c174 return(LX_NAND_ERROR_CORRECTED); in _lx_nand_flash_256byte_ecc_check()
Dlx_nand_flash_sector_write.c126 if (status != LX_NAND_ERROR_CORRECTED) in _lx_nand_flash_sector_write()
167 if (status != LX_NAND_ERROR_CORRECTED) in _lx_nand_flash_sector_write()
Dlx_nand_flash_sector_read.c114 if (status != LX_NAND_ERROR_CORRECTED) in _lx_nand_flash_sector_read()
Dlx_nand_flash_open.c215 if (status != LX_NAND_ERROR_CORRECTED) in _lx_nand_flash_open()
294 if (status != LX_NAND_ERROR_CORRECTED) in _lx_nand_flash_open()
Dlx_nand_flash_sector_release.c125 if (status != LX_NAND_ERROR_CORRECTED) in _lx_nand_flash_sector_release()
/LevelX-v6.2.1/test/regression/
Dlevelx_nand_flash_test.c1880 if (status != LX_NAND_ERROR_CORRECTED) in thread_0_entry()
2036 if (status != LX_NAND_ERROR_CORRECTED) in thread_0_entry()
2217 if (status != LX_NAND_ERROR_CORRECTED) in thread_0_entry()
/LevelX-v6.2.1/common/inc/
Dlx_api.h229 #define LX_NAND_ERROR_CORRECTED 6 macro