Searched defs:nand_ecc_ctrl (Results 1 – 1 of 1) sorted by relevance
486 struct nand_ecc_ctrl { struct487 nand_ecc_modes_t mode;488 int steps;489 int size;490 int bytes;491 int total;492 int strength;493 int prepad;494 int postpad;495 struct nand_ecclayout *layout;[all …]