Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/
H A Decc-mtk.c52 u8 num_ecc_strength; member
178 for (i = 0; i < ecc->caps->num_ecc_strength; i++) { in mtk_ecc_config()
183 if (i == ecc->caps->num_ecc_strength) { in mtk_ecc_config()
441 for (i = 0; i < ecc->caps->num_ecc_strength; i++) { in mtk_ecc_adjust_strength()
451 *p = ecc_strength[ecc->caps->num_ecc_strength - 1]; in mtk_ecc_adjust_strength()
466 .num_ecc_strength = 20,
477 .num_ecc_strength = 23,
488 .num_ecc_strength = 5,
499 .num_ecc_strength = 11,
535 max_eccdata_size = ecc->caps->num_ecc_strength - 1; in mtk_ecc_probe()