Searched refs:eccstat (Results 1 – 1 of 1) sorted by relevance
163 u32 eccstat, unsigned int bufnum) in check_read_ecc() argument165 return (eccstat >> ((3 - bufnum % 4) * 8)) & 15; in check_read_ecc()178 u32 eccstat; in fsl_ifc_run_command() local218 eccstat = ifc_in32(&eccstat_regs[sector_start / 4]); in fsl_ifc_run_command()222 eccstat = ifc_in32(&eccstat_regs[i / 4]); in fsl_ifc_run_command()224 errors = check_read_ecc(mtd, ctrl, eccstat, i); in fsl_ifc_run_command()