Searched defs:nand_ecc_ctrl (Results 1 – 1 of 1) sorted by relevance
584 struct nand_ecc_ctrl { struct585 nand_ecc_modes_t mode;586 int steps;587 int size;588 int bytes;589 int total;590 int strength;591 int prepad;592 int postpad;593 unsigned int options;[all …]