Home
last modified time | relevance | path

Searched defs:nand_ecc_ctrl (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Drawnand.h346 struct nand_ecc_ctrl { struct
347 enum nand_ecc_engine_type engine_type;
348 enum nand_ecc_placement placement;
349 enum nand_ecc_algo algo;
350 int steps;
351 int size;
352 int bytes;
353 int total;
354 int strength;
355 int prepad;
[all …]
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Drawnand.h570 struct nand_ecc_ctrl { struct
571 nand_ecc_modes_t mode;
572 int steps;
573 int size;
574 int bytes;
575 int total;
576 int strength;
577 int prepad;
578 int postpad;
579 unsigned int options;
[all …]