Searched refs:LX_NAND_ERROR_NOT_CORRECTED (Results 1 – 4 of 4) sorted by relevance
103 if (status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_page_ecc_check()107 return_status = LX_NAND_ERROR_NOT_CORRECTED; in _lx_nand_flash_page_ecc_check()
183 return(LX_NAND_ERROR_NOT_CORRECTED); in _lx_nand_flash_256byte_ecc_check()
195 if (status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_simulator_page_ecc_check()197 ecc_status = LX_NAND_ERROR_NOT_CORRECTED; in _lx_nand_flash_simulator_page_ecc_check()213 else if (ecc_status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_simulator_page_ecc_check()276 else if (status == LX_NAND_ERROR_NOT_CORRECTED) in _lx_nand_flash_simulator_pages_read()
219 #define LX_NAND_ERROR_NOT_CORRECTED 7 macro