Lines Matching refs:eccsize
156 int eccsize; member
175 int eccsize; member
794 ecc_bit_mask = (host->eccsize == 4) ? 0x7 : 0xf; in mxc_nand_read_page_v2_v3()
795 err_limit = (host->eccsize == 4) ? 0x4 : 0x8; in mxc_nand_read_page_v2_v3()
1124 host->eccsize = 1; in preset_v1()
1231 host->eccsize = get_eccsize(mtd); in preset_v2()
1232 if (host->eccsize == 4) in preset_v2()
1237 host->eccsize = 1; in preset_v2()
1310 host->eccsize = get_eccsize(mtd); in preset_v3()
1311 if (host->eccsize == 8) in preset_v3()
1480 .eccsize = 1,
1505 .eccsize = 1,
1531 .eccsize = 0,
1556 .eccsize = 0,
1582 .eccsize = 0,
1618 host->eccsize = host->devtype_data->eccsize; in mxcnd_attach_chip()
1655 if (host->eccsize == 8) in mxcnd_attach_chip()
1657 else if (host->eccsize == 4) in mxcnd_attach_chip()
1674 chip->ecc.strength = (host->eccsize == 4) ? 4 : 8; in mxcnd_attach_chip()