Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/raw/
Dfsl_ifc_nand.c164 u32 eccstat, unsigned int bufnum) in check_read_ecc() argument
166 return (eccstat >> ((3 - bufnum % 4) * 8)) & 15; in check_read_ecc()
179 u32 eccstat; in fsl_ifc_run_command() local
219 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()