Lines Matching refs:eccsize
157 int eccsize; member
176 int eccsize; member
795 ecc_bit_mask = (host->eccsize == 4) ? 0x7 : 0xf; in mxc_nand_read_page_v2_v3()
796 err_limit = (host->eccsize == 4) ? 0x4 : 0x8; in mxc_nand_read_page_v2_v3()
1125 host->eccsize = 1; in preset_v1()
1232 host->eccsize = get_eccsize(mtd); in preset_v2()
1233 if (host->eccsize == 4) in preset_v2()
1238 host->eccsize = 1; in preset_v2()
1311 host->eccsize = get_eccsize(mtd); in preset_v3()
1312 if (host->eccsize == 8) in preset_v3()
1481 .eccsize = 1,
1506 .eccsize = 1,
1532 .eccsize = 0,
1557 .eccsize = 0,
1583 .eccsize = 0,
1629 host->eccsize = host->devtype_data->eccsize; in mxcnd_attach_chip()
1666 if (host->eccsize == 8) in mxcnd_attach_chip()
1668 else if (host->eccsize == 4) in mxcnd_attach_chip()
1685 chip->ecc.strength = (host->eccsize == 4) ? 4 : 8; in mxcnd_attach_chip()