• Home
  • Raw
  • Download

Lines Matching refs:mtd_info

26 static struct mtd_info *au1550_mtd = NULL;
29 static void (*au1550_write_byte)(struct mtd_info *, u_char);
51 static u_char au_read_byte(struct mtd_info *mtd) in au_read_byte()
66 static void au_write_byte(struct mtd_info *mtd, u_char byte) in au_write_byte()
80 static u_char au_read_byte16(struct mtd_info *mtd) in au_read_byte16()
96 static void au_write_byte16(struct mtd_info *mtd, u_char byte) in au_write_byte16()
110 static u16 au_read_word(struct mtd_info *mtd) in au_read_word()
126 static void au_write_buf(struct mtd_info *mtd, const u_char *buf, int len) in au_write_buf()
145 static void au_read_buf(struct mtd_info *mtd, u_char *buf, int len) in au_read_buf()
164 static int au_verify_buf(struct mtd_info *mtd, const u_char *buf, int len) in au_verify_buf()
186 static void au_write_buf16(struct mtd_info *mtd, const u_char *buf, int len) in au_write_buf16()
208 static void au_read_buf16(struct mtd_info *mtd, u_char *buf, int len) in au_read_buf16()
229 static int au_verify_buf16(struct mtd_info *mtd, const u_char *buf, int len) in au_verify_buf16()
257 static void au1550_hwcontrol(struct mtd_info *mtd, int cmd) in au1550_hwcontrol()
299 int au1550_device_ready(struct mtd_info *mtd) in au1550_device_ready()
318 static void au1550_select_chip(struct mtd_info *mtd, int chip) in au1550_select_chip()
329 static void au1550_command(struct mtd_info *mtd, unsigned command, int column, int page_addr) in au1550_command()
453 au1550_mtd = kmalloc(sizeof(struct mtd_info) + sizeof(struct nand_chip), GFP_KERNEL); in au1xxx_nand_init()
463 memset(au1550_mtd, 0, sizeof(struct mtd_info)); in au1xxx_nand_init()