Home
last modified time | relevance | path

Searched defs:nand_ecc_ctrl (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/mtd/
H A Drawnand.h349 struct nand_ecc_ctrl { struct
353 int steps;
354 int size;
355 int bytes;
356 int total;
357 int strength;
358 int prepad;
359 int postpad;
360 unsigned int options;
361 u8 *calc_buf;
[all …]
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h591 struct nand_ecc_ctrl { struct
594 int steps;
595 int size;
596 int bytes;
597 int total;
598 int strength;
599 int prepad;
600 int postpad;
601 unsigned int options;
603 void *priv;
[all …]