Home
last modified time | relevance | path

Searched defs:nbc (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_bch.c45 struct nand_bch_control *nbc = chip->ecc.priv; in nand_bch_calculate_ecc() local
71 struct nand_bch_control *nbc = chip->ecc.priv; in nand_bch_correct_data() local
115 struct nand_bch_control *nbc = NULL; in nand_bch_init() local
223 void nand_bch_free(struct nand_bch_control *nbc) in nand_bch_free()
/openbmc/u-boot/include/linux/mtd/
H A Dnand_bch.h64 static inline void nand_bch_free(struct nand_bch_control *nbc) {} in nand_bch_free()