• Home
  • Raw
  • Download

Lines Matching defs:mtd

112 static int bootrom_ooblayout_ecc(struct mtd_info *mtd, int section,  in bootrom_ooblayout_ecc()
124 static int bootrom_ooblayout_free(struct mtd_info *mtd, int section, in bootrom_ooblayout_free()
165 static struct bf5xx_nand_info *mtd_to_nand_info(struct mtd_info *mtd) in mtd_to_nand_info()
190 static void bf5xx_nand_hwcontrol(struct mtd_info *mtd, int cmd, in bf5xx_nand_hwcontrol()
211 static int bf5xx_nand_devready(struct mtd_info *mtd) in bf5xx_nand_devready()
230 static int bf5xx_nand_correct_data_256(struct mtd_info *mtd, u_char *dat, in bf5xx_nand_correct_data_256()
309 static int bf5xx_nand_correct_data(struct mtd_info *mtd, u_char *dat, in bf5xx_nand_correct_data()
336 static void bf5xx_nand_enable_hwecc(struct mtd_info *mtd, int mode) in bf5xx_nand_enable_hwecc()
341 static int bf5xx_nand_calculate_ecc(struct mtd_info *mtd, in bf5xx_nand_calculate_ecc()
381 static void bf5xx_nand_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in bf5xx_nand_read_buf()
410 static uint8_t bf5xx_nand_read_byte(struct mtd_info *mtd) in bf5xx_nand_read_byte()
419 static void bf5xx_nand_write_buf(struct mtd_info *mtd, in bf5xx_nand_write_buf()
433 static void bf5xx_nand_read_buf16(struct mtd_info *mtd, uint8_t *buf, int len) in bf5xx_nand_read_buf16()
451 static void bf5xx_nand_write_buf16(struct mtd_info *mtd, in bf5xx_nand_write_buf16()
478 static void bf5xx_nand_dma_rw(struct mtd_info *mtd, in bf5xx_nand_dma_rw()
544 static void bf5xx_nand_dma_read_buf(struct mtd_info *mtd, in bf5xx_nand_dma_read_buf()
558 static void bf5xx_nand_dma_write_buf(struct mtd_info *mtd, in bf5xx_nand_dma_write_buf()
572 static int bf5xx_nand_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip, in bf5xx_nand_read_page_raw()
581 static int bf5xx_nand_write_page_raw(struct mtd_info *mtd, in bf5xx_nand_write_page_raw()
676 struct mtd_info *mtd = nand_to_mtd(&info->chip); in bf5xx_nand_add_partition() local
699 static int bf5xx_nand_scan(struct mtd_info *mtd) in bf5xx_nand_scan()
741 struct mtd_info *mtd = NULL; in bf5xx_nand_probe() local