Home
last modified time | relevance | path

Searched refs:error_max (Results 1 – 1 of 1) sorted by relevance

/drivers/mtd/nand/
Domap2.c1474 u32 bit_pos, byte_pos, error_max, pos; in omap_elm_correct_data() local
1477 error_max = BCH8_ECC_MAX; in omap_elm_correct_data()
1479 error_max = BCH4_ECC_MAX; in omap_elm_correct_data()
1492 byte_pos = (error_max - pos - 1) / 8; in omap_elm_correct_data()
1494 if (pos < error_max) { in omap_elm_correct_data()