Home
last modified time | relevance | path

Searched refs:nand_bch_control (Results 1 – 2 of 2) sorted by relevance

/u-boot/include/linux/mtd/
A Dnand_bch.h15 struct nand_bch_control;
35 struct nand_bch_control *nand_bch_init(struct mtd_info *mtd);
39 void nand_bch_free(struct nand_bch_control *nbc);
59 static inline struct nand_bch_control *nand_bch_init(struct mtd_info *mtd) in nand_bch_init()
64 static inline void nand_bch_free(struct nand_bch_control *nbc) {} in nand_bch_free()
/u-boot/drivers/mtd/nand/raw/
A Dnand_bch.c30 struct nand_bch_control { struct
47 struct nand_bch_control *nbc = chip->ecc.priv; in nand_bch_calculate_ecc() argument
73 struct nand_bch_control *nbc = chip->ecc.priv; in nand_bch_correct_data()
112 struct nand_bch_control *nand_bch_init(struct mtd_info *mtd) in nand_bch_init()
117 struct nand_bch_control *nbc = NULL; in nand_bch_init()
225 void nand_bch_free(struct nand_bch_control *nbc) in nand_bch_free()

Completed in 3 milliseconds