Home
last modified time | relevance | path

Searched refs:omap_compare_ecc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Domap2.c738 * omap_compare_ecc - Detect (2 bits) and correct (1 bit) error in data
748 static int omap_compare_ecc(u8 *ecc_data1, /* read from NAND memory */ in omap_compare_ecc() function
873 * and if ECC's mismatched, it will call 'omap_compare_ecc' for error
895 ret = omap_compare_ecc(read_ecc, calc_ecc, dat); in omap_correct_data()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Domap2.c643 * omap_compare_ecc - Detect (2 bits) and correct (1 bit) error in data
653 static int omap_compare_ecc(u8 *ecc_data1, /* read from NAND memory */ in omap_compare_ecc() function
778 * and if ECC's mismatched, it will call 'omap_compare_ecc' for error
800 ret = omap_compare_ecc(read_ecc, calc_ecc, dat); in omap_correct_data()

Completed in 6 milliseconds