Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mtd/
H A Drawnand.h349 struct nand_ecc_ctrl { struct
350 enum nand_ecc_engine_type engine_type;
351 enum nand_ecc_placement placement;
352 enum nand_ecc_algo algo;
353 int steps;
354 int size;
355 int bytes;
356 int total;
357 int strength;
358 int prepad;
[all …]
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h591 struct nand_ecc_ctrl { struct
592 nand_ecc_modes_t mode;
593 enum nand_ecc_algo algo;
594 int steps;
595 int size;
596 int bytes;
597 int total;
598 int strength;
599 int prepad;
600 int postpad;
[all …]