Searched refs:LX_NAND_ERROR_NOT_CORRECTED (Results 1 – 4 of 4) sorted by relevance
102 if (status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_page_ecc_check()106 return_status = LX_NAND_ERROR_NOT_CORRECTED; in _lx_nand_flash_page_ecc_check()
182 return(LX_NAND_ERROR_NOT_CORRECTED); in _lx_nand_flash_256byte_ecc_check()
194 if (status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_simulator_page_ecc_check()196 ecc_status = LX_NAND_ERROR_NOT_CORRECTED; in _lx_nand_flash_simulator_page_ecc_check()212 else if (ecc_status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_simulator_page_ecc_check()275 else if (status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_simulator_pages_read()
230 #define LX_NAND_ERROR_NOT_CORRECTED 7 macro