Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dmxc_nand.c152 struct nand_ecclayout *ecclayout_512, *ecclayout_2k, *ecclayout_4k; member
1208 .ecclayout_512 = &nandv1_hw_eccoob_smallpage,
1233 .ecclayout_512 = &nandv1_hw_eccoob_smallpage,
1259 .ecclayout_512 = &nandv2_hw_eccoob_smallpage,
1285 .ecclayout_512 = &nandv2_hw_eccoob_smallpage,
1312 .ecclayout_512 = &nandv2_hw_eccoob_smallpage,
1515 this->ecc.layout = host->devtype_data->ecclayout_512; in mxcnd_probe()