Searched refs:error_max (Results 1 – 4 of 4) sorted by relevance
498 uint32_t error_count = 0, error_max; in omap_correct_data_bch() local550 error_max = SECTOR_BYTES + (ecc->bytes - 1); in omap_correct_data_bch()553 error_max = SECTOR_BYTES + ecc->bytes; in omap_correct_data_bch()558 byte_pos = error_max - (error_loc[count] / 8) - 1; in omap_correct_data_bch()563 } else if (byte_pos < error_max) { in omap_correct_data_bch()
1367 u32 bit_pos, byte_pos, error_max, pos; in omap_elm_correct_data() local1475 error_max = (ecc->size + actual_eccbytes) * 8; in omap_elm_correct_data()1480 byte_pos = (error_max - pos - 1) / 8; in omap_elm_correct_data()1482 if (pos < error_max) { in omap_elm_correct_data()
4282 uint16 error_max; /* max error */ member
4290 uint16 error_max; /* max error */ member