Searched defs:nand_ecc_ctrl (Results 1 – 1 of 1) sorted by relevance
140 struct nand_ecc_ctrl { struct141 nand_ecc_modes_t mode;142 int steps;143 int size;144 int bytes;145 int total;146 int prepad;147 int postpad;148 struct nand_ecclayout *layout;149 void (*hwctl)(struct mtd_info *mtd, int mode);[all …]