Searched refs:eccstat (Results 1 – 1 of 1) sorted by relevance
164 u32 eccstat, unsigned int bufnum) in check_read_ecc() argument166 return (eccstat >> ((3 - bufnum % 4) * 8)) & 15; in check_read_ecc()179 u32 eccstat; in fsl_ifc_run_command() local219 eccstat = ifc_in32(&eccstat_regs[sector_start / 4]); in fsl_ifc_run_command()223 eccstat = ifc_in32(&eccstat_regs[i / 4]); in fsl_ifc_run_command()225 errors = check_read_ecc(mtd, ctrl, eccstat, i); in fsl_ifc_run_command()