Searched refs:mtk_ecc (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/mtd/nand/raw/
H A Dmtk_nand.c146 struct mtk_ecc *ecc;
/linux-master/drivers/spi/
H A Dspi-mtk-snfi.c312 struct mtk_ecc *ecc;
/linux-master/drivers/mtd/nand/
H A Decc-mtk.c58 struct mtk_ecc { struct
126 static inline void mtk_ecc_wait_idle(struct mtk_ecc *ecc,
143 struct mtk_ecc *ecc = id;
173 static int mtk_ecc_config(struct mtk_ecc *ecc, struct mtk_ecc_config *config)
220 void mtk_ecc_get_stats(struct mtk_ecc *ecc, struct mtk_ecc_stats *stats,
248 void mtk_ecc_release(struct mtk_ecc *ecc)
255 static void mtk_ecc_hw_init(struct mtk_ecc *ecc)
264 static struct mtk_ecc *mtk_ecc_get(struct device_node *np)
267 struct mtk_ecc *ecc;
285 struct mtk_ecc *of_mtk_ecc_ge
[all...]
/linux-master/include/linux/mtd/
H A Dnand-ecc-mtk.h19 struct mtk_ecc;
36 int mtk_ecc_encode(struct mtk_ecc *, struct mtk_ecc_config *, u8 *, u32);
37 void mtk_ecc_get_stats(struct mtk_ecc *, struct mtk_ecc_stats *, int);
38 int mtk_ecc_wait_done(struct mtk_ecc *, enum mtk_ecc_operation);
39 int mtk_ecc_enable(struct mtk_ecc *, struct mtk_ecc_config *);
40 void mtk_ecc_disable(struct mtk_ecc *);
41 void mtk_ecc_adjust_strength(struct mtk_ecc *ecc, u32 *p);
42 unsigned int mtk_ecc_get_parity_bits(struct mtk_ecc *ecc);
44 struct mtk_ecc *of_mtk_ecc_get(struct device_node *);
45 void mtk_ecc_release(struct mtk_ecc *);
[all...]

Completed in 247 milliseconds