Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dmxc_nand.c152 struct nand_ecclayout *ecclayout_512, *ecclayout_2k, *ecclayout_4k; member
1274 .ecclayout_512 = &nandv1_hw_eccoob_smallpage,
1299 .ecclayout_512 = &nandv1_hw_eccoob_smallpage,
1325 .ecclayout_512 = &nandv2_hw_eccoob_smallpage,
1351 .ecclayout_512 = &nandv2_hw_eccoob_smallpage,
1378 .ecclayout_512 = &nandv2_hw_eccoob_smallpage,
1581 this->ecc.layout = host->devtype_data->ecclayout_512; in mxcnd_probe()