Home
last modified time | relevance | path

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

/external/u-boot/include/linux/mtd/
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()
/external/u-boot/drivers/mtd/nand/
Dnand_bch.c28 struct nand_bch_control { struct
45 struct nand_bch_control *nbc = chip->ecc.priv; in nand_bch_calculate_ecc() argument
71 struct nand_bch_control *nbc = chip->ecc.priv; in nand_bch_correct_data()
110 struct nand_bch_control *nand_bch_init(struct mtd_info *mtd) in nand_bch_init()
115 struct nand_bch_control *nbc = NULL; in nand_bch_init()
223 void nand_bch_free(struct nand_bch_control *nbc) in nand_bch_free()