Lines Matching refs:mtd_info
27 void (*write_byte)(struct mtd_info *, u_char);
36 static u_char au_read_byte(struct mtd_info *mtd) in au_read_byte()
51 static void au_write_byte(struct mtd_info *mtd, u_char byte) in au_write_byte()
64 static u_char au_read_byte16(struct mtd_info *mtd) in au_read_byte16()
79 static void au_write_byte16(struct mtd_info *mtd, u_char byte) in au_write_byte16()
92 static u16 au_read_word(struct mtd_info *mtd) in au_read_word()
108 static void au_write_buf(struct mtd_info *mtd, const u_char *buf, int len) in au_write_buf()
127 static void au_read_buf(struct mtd_info *mtd, u_char *buf, int len) in au_read_buf()
146 static void au_write_buf16(struct mtd_info *mtd, const u_char *buf, int len) in au_write_buf16()
168 static void au_read_buf16(struct mtd_info *mtd, u_char *buf, int len) in au_read_buf16()
194 static void au1550_hwcontrol(struct mtd_info *mtd, int cmd) in au1550_hwcontrol()
237 int au1550_device_ready(struct mtd_info *mtd) in au1550_device_ready()
254 static void au1550_select_chip(struct mtd_info *mtd, int chip) in au1550_select_chip()
265 static void au1550_command(struct mtd_info *mtd, unsigned command, int column, int page_addr) in au1550_command()
405 struct mtd_info *mtd; in au1550nd_probe()