Searched defs:num_errors (Results 1 - 5 of 5) sorted by relevance

/drivers/mtd/nand/
H A Ddavinci_nand.c314 unsigned num_errors, corrected; local
394 num_errors = 1 + ((fsr >> 16) & 0x03);
404 for (i = 0, corrected = 0; i < num_errors; i++) {
/drivers/media/video/zoran/
H A Dzoran.h377 int num_errors; member in struct:zoran
/drivers/net/wan/
H A Dpc300.h290 char patrntst_on; /* 0 - off; 1 - on; 2 - read num_errors */
291 u16 num_errors; member in struct:pc300patterntst
/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c90 static const u_int num_errors = ARRAY_SIZE(ahc_hard_errors); variable
965 for (i = 0; error != 1 && i < num_errors; i++)
H A Daic79xx_core.c80 static const u_int num_errors = ARRAY_SIZE(ahd_hard_errors); variable
1715 for (i = 0; i < num_errors; i++) {

Completed in 137 milliseconds