Searched refs:JZ_NAND_STATUS_ERR_COUNT (Results 1 – 1 of 1) sorted by relevance
34 #define JZ_NAND_STATUS_ERR_COUNT (BIT(31) | BIT(30) | BIT(29)) macro149 error_count = (status & JZ_NAND_STATUS_ERR_COUNT) >> 29; in jz4740_ecc_correct()