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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/nand/
H A Domap2.c513 * omap_compare_ecc - Detect (2 bits) and correct (1 bit) error in data
521 static int omap_compare_ecc(u8 *ecc_data1, /* read from NAND memory */ function
646 * and if ECC's mismached, it will call 'omap_compare_ecc' for error detection
665 ret = omap_compare_ecc(read_ecc, calc_ecc, dat);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/nand/
H A Domap2.c513 * omap_compare_ecc - Detect (2 bits) and correct (1 bit) error in data
521 static int omap_compare_ecc(u8 *ecc_data1, /* read from NAND memory */ function
646 * and if ECC's mismached, it will call 'omap_compare_ecc' for error detection
665 ret = omap_compare_ecc(read_ecc, calc_ecc, dat);

Completed in 117 milliseconds