Searched defs:nand_ecc_ctrl (Results 1 – 1 of 1) sorted by relevance
348 struct nand_ecc_ctrl { struct349 nand_ecc_modes_t mode;350 int steps;351 int size;352 int bytes;353 int total;354 int prepad;355 int postpad;356 struct nand_ecclayout *layout;357 void *priv;[all …]