Searched refs:ecc (Results 1 – 3 of 3) sorted by relevance
61 unsigned int len, uint8_t *ecc);
653 static inline int nand_standard_page_accessors(struct nand_ecc_ctrl *ecc) in nand_standard_page_accessors() argument655 return !(ecc->options & NAND_ECC_CUSTOM_PAGE_ACCESS); in nand_standard_page_accessors()985 struct nand_ecc_ctrl ecc; member1093 #define NAND_ECC_STRENGTH(type) ((type)->ecc.strength_ds)1094 #define NAND_ECC_STEP(type) ((type)->ecc.step_ds)1143 } ecc; member1340 void *ecc, int ecclen,
131 int (*ecc)(struct mtd_info *mtd, int section, member
Completed in 80 milliseconds