Lines Matching refs:eccsize
158 int eccsize; member
177 int eccsize; member
393 ecc_bit_mask = (host->eccsize == 4) ? 0x7 : 0xf; in get_ecc_status_v2_v3()
394 err_limit = (host->eccsize == 4) ? 0x4 : 0x8; in get_ecc_status_v2_v3()
1010 host->eccsize = 1; in preset_v1()
1117 host->eccsize = get_eccsize(mtd); in preset_v2()
1118 if (host->eccsize == 4) in preset_v2()
1123 host->eccsize = 1; in preset_v2()
1196 host->eccsize = get_eccsize(mtd); in preset_v3()
1197 if (host->eccsize == 8) in preset_v3()
1265 .eccsize = 1,
1290 .eccsize = 1,
1316 .eccsize = 0,
1341 .eccsize = 0,
1367 .eccsize = 0,
1403 host->eccsize = host->devtype_data->eccsize; in mxcnd_attach_chip()
1442 if (host->eccsize == 8) in mxcnd_attach_chip()
1444 else if (host->eccsize == 4) in mxcnd_attach_chip()
1461 chip->ecc.strength = (host->eccsize == 4) ? 4 : 8; in mxcnd_attach_chip()