Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mtd/
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 …]
/kernel/linux/linux-4.19/include/linux/mtd/
Drawnand.h636 struct nand_ecc_ctrl { struct
637 nand_ecc_modes_t mode;
638 enum nand_ecc_algo algo;
639 int steps;
640 int size;
641 int bytes;
642 int total;
643 int strength;
644 int prepad;
645 int postpad;
[all …]