Lines Matching defs:chip
170 struct nand_chip *chip = mtd_to_nand(mtd); in fsmc_ecc1_ooblayout_ecc() local
184 struct nand_chip *chip = mtd_to_nand(mtd); in fsmc_ecc1_ooblayout_free() local
213 struct nand_chip *chip = mtd_to_nand(mtd); in fsmc_ecc4_ooblayout_ecc() local
231 struct nand_chip *chip = mtd_to_nand(mtd); in fsmc_ecc4_ooblayout_free() local
251 static inline struct fsmc_nand_data *nand_to_fsmc(struct nand_chip *chip) in nand_to_fsmc()
374 static void fsmc_enable_hwecc(struct nand_chip *chip, int mode) in fsmc_enable_hwecc()
391 static int fsmc_read_hwecc_ecc4(struct nand_chip *chip, const u8 *data, in fsmc_read_hwecc_ecc4()
439 static int fsmc_read_hwecc_ecc1(struct nand_chip *chip, const u8 *data, in fsmc_read_hwecc_ecc1()
619 static int fsmc_exec_op(struct nand_chip *chip, const struct nand_operation *op, in fsmc_exec_op()
694 static int fsmc_read_page_hwecc(struct nand_chip *chip, u8 *buf, in fsmc_read_page_hwecc()
768 static int fsmc_bch8_correct_data(struct nand_chip *chip, u8 *dat, in fsmc_bch8_correct_data()
1161 struct nand_chip *chip = &host->nand; in fsmc_nand_remove() local