Lines Matching refs:eccsize
158 int eccsize; member
177 int eccsize; member
797 ecc_bit_mask = (host->eccsize == 4) ? 0x7 : 0xf; in mxc_nand_read_page_v2_v3()
798 err_limit = (host->eccsize == 4) ? 0x4 : 0x8; in mxc_nand_read_page_v2_v3()
1126 host->eccsize = 1; in preset_v1()
1233 host->eccsize = get_eccsize(mtd); in preset_v2()
1234 if (host->eccsize == 4) in preset_v2()
1239 host->eccsize = 1; in preset_v2()
1312 host->eccsize = get_eccsize(mtd); in preset_v3()
1313 if (host->eccsize == 8) in preset_v3()
1482 .eccsize = 1,
1507 .eccsize = 1,
1533 .eccsize = 0,
1558 .eccsize = 0,
1584 .eccsize = 0,
1716 if (host->eccsize == 8) in mxcnd_attach_chip()
1718 else if (host->eccsize == 4) in mxcnd_attach_chip()
1735 chip->ecc.strength = (host->eccsize == 4) ? 4 : 8; in mxcnd_attach_chip()
1839 host->eccsize = host->devtype_data->eccsize; in mxcnd_probe()