HomeSort by relevance Sort by last modified time
    Searched refs:nand_bch_control (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/linux/mtd/
nand_bch.h 15 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)
64 static inline void nand_bch_free(struct nand_bch_control *nbc) {}
  /external/u-boot/drivers/mtd/nand/
nand_bch.c 22 * struct nand_bch_control - private NAND BCH control structure
28 struct nand_bch_control { struct
45 struct nand_bch_control *nbc = chip->ecc.priv;
71 struct nand_bch_control *nbc = chip->ecc.priv;
110 struct nand_bch_control *nand_bch_init(struct mtd_info *mtd)
115 struct nand_bch_control *nbc = NULL;
223 void nand_bch_free(struct nand_bch_control *nbc)

Completed in 227 milliseconds