Home
last modified time | relevance | path

Searched refs:ecclayout_512 (Results 1 – 1 of 1) sorted by relevance

/drivers/mtd/nand/
Dmxc_nand.c152 struct nand_ecclayout *ecclayout_512, *ecclayout_2k, *ecclayout_4k; member
1172 .ecclayout_512 = &nandv1_hw_eccoob_smallpage,
1197 .ecclayout_512 = &nandv1_hw_eccoob_smallpage,
1223 .ecclayout_512 = &nandv2_hw_eccoob_smallpage,
1249 .ecclayout_512 = &nandv2_hw_eccoob_smallpage,
1276 .ecclayout_512 = &nandv2_hw_eccoob_smallpage,
1479 this->ecc.layout = host->devtype_data->ecclayout_512; in mxcnd_probe()