Searched refs:eccstat (Results 1 – 3 of 3) sorted by relevance
36 static inline int check_read_ecc(uchar *buf, u32 *eccstat, in check_read_ecc() argument39 u32 reg = eccstat[bufnum / 4]; in check_read_ecc()73 u32 eccstat[8]; in nand_wait() local91 eccstat[i] = ifc_in32(&ifc->ifc_nand.nand_eccstat[i]); in nand_wait()94 if (check_read_ecc(buf, eccstat, i, page_size)) in nand_wait()
249 u32 eccstat, unsigned int bufnum) in check_read_ecc() argument251 return (eccstat >> ((3 - bufnum % 4) * 8)) & 15; in check_read_ecc()265 u32 eccstat; in fsl_ifc_run_command() local300 eccstat = ifc_in32(&eccstat_regs[sector_start / 4]); in fsl_ifc_run_command()304 eccstat = ifc_in32(&eccstat_regs[i / 4]); in fsl_ifc_run_command()306 errors = check_read_ecc(mtd, ctrl, eccstat, i); in fsl_ifc_run_command()
97 u32 eccstat; member
Completed in 10 milliseconds