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()
1127 host->eccsize = 1; in preset_v1()
1234 host->eccsize = get_eccsize(mtd); in preset_v2()
1235 if (host->eccsize == 4) in preset_v2()
1240 host->eccsize = 1; in preset_v2()
1313 host->eccsize = get_eccsize(mtd); in preset_v3()
1314 if (host->eccsize == 8) in preset_v3()
1483 .eccsize = 1,
1508 .eccsize = 1,
1534 .eccsize = 0,
1559 .eccsize = 0,
1585 .eccsize = 0,
1685 host->eccsize = host->devtype_data->eccsize; in mxcnd_attach_chip()
1722 if (host->eccsize == 8) in mxcnd_attach_chip()
1724 else if (host->eccsize == 4) in mxcnd_attach_chip()
1741 chip->ecc.strength = (host->eccsize == 4) ? 4 : 8; in mxcnd_attach_chip()