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()
1142 host->eccsize = 1; in preset_v1()
1250 host->eccsize = get_eccsize(mtd); in preset_v2()
1251 if (host->eccsize == 4) in preset_v2()
1256 host->eccsize = 1; in preset_v2()
1329 host->eccsize = get_eccsize(mtd); in preset_v3()
1330 if (host->eccsize == 8) in preset_v3()
1499 .eccsize = 1,
1524 .eccsize = 1,
1550 .eccsize = 0,
1575 .eccsize = 0,
1601 .eccsize = 0,
1733 if (host->eccsize == 8) in mxcnd_attach_chip()
1735 else if (host->eccsize == 4) in mxcnd_attach_chip()
1752 chip->ecc.strength = (host->eccsize == 4) ? 4 : 8; in mxcnd_attach_chip()
1847 host->eccsize = host->devtype_data->eccsize; in mxcnd_probe()