Searched defs:nand_ecc_ctrl (Results 1 – 1 of 1) sorted by relevance
236 struct nand_ecc_ctrl { struct237 nand_ecc_modes_t mode;238 int steps;239 int size;240 int bytes;241 int total;242 int prepad;243 int postpad;244 struct nand_ecclayout *layout;245 void (*hwctl)(struct mtd_info *mtd, int mode);[all …]