Searched refs:nb_errors (Results 1 - 3 of 3) sorted by path

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/devices/
H A Ddoc2000.c696 int nb_errors; local
707 nb_errors = doc_decode_ecc(buf, syndrome);
710 printk(KERN_ERR "Errors corrected: %x\n", nb_errors);
712 if (nb_errors < 0) {
H A Ddoc2001.c485 int nb_errors; local
495 nb_errors = doc_decode_ecc(buf, syndrome);
497 printk("ECC Errors corrected: %x\n", nb_errors);
499 if (nb_errors < 0) {
H A Ddocecc.c446 int parity, i, nb_errors; local
472 nb_errors = eras_dec_rs(Alpha_to, Index_of, bb,
474 if (nb_errors <= 0)
478 for(i=0;i<nb_errors;i++) {
481 nb_errors = -1;
514 nb_errors = -1;
519 return nb_errors;

Completed in 64 milliseconds