Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/ingenic/
H A Djz4740_ecc.c34 #define JZ_NAND_STATUS_ERR_COUNT (BIT(31) | BIT(30) | BIT(29)) macro
149 error_count = (status & JZ_NAND_STATUS_ERR_COUNT) >> 29; in jz4740_ecc_correct()