Searched refs:eccstat (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | fsl_ifc_nand.c | 164 u32 eccstat, unsigned int bufnum) in check_read_ecc() 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() 163 check_read_ecc(struct mtd_info *mtd, struct fsl_ifc_ctrl *ctrl, u32 eccstat, unsigned int bufnum) check_read_ecc() argument
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | fsl_ifc_nand.c | 164 u32 eccstat, unsigned int bufnum) in check_read_ecc() 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() 163 check_read_ecc(struct mtd_info *mtd, struct fsl_ifc_ctrl *ctrl, u32 eccstat, unsigned int bufnum) check_read_ecc() argument
|
Completed in 3 milliseconds