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