Lines Matching defs:mtd
41 static u_char au_read_byte(struct mtd_info *mtd) in au_read_byte()
56 static void au_write_byte(struct mtd_info *mtd, u_char byte) in au_write_byte()
69 static u_char au_read_byte16(struct mtd_info *mtd) in au_read_byte16()
84 static void au_write_byte16(struct mtd_info *mtd, u_char byte) in au_write_byte16()
97 static u16 au_read_word(struct mtd_info *mtd) in au_read_word()
113 static void au_write_buf(struct mtd_info *mtd, const u_char *buf, int len) in au_write_buf()
132 static void au_read_buf(struct mtd_info *mtd, u_char *buf, int len) in au_read_buf()
151 static int au_verify_buf(struct mtd_info *mtd, const u_char *buf, int len) in au_verify_buf()
173 static void au_write_buf16(struct mtd_info *mtd, const u_char *buf, int len) in au_write_buf16()
195 static void au_read_buf16(struct mtd_info *mtd, u_char *buf, int len) in au_read_buf16()
216 static int au_verify_buf16(struct mtd_info *mtd, const u_char *buf, int len) in au_verify_buf16()
244 static void au1550_hwcontrol(struct mtd_info *mtd, int cmd) in au1550_hwcontrol()
287 int au1550_device_ready(struct mtd_info *mtd) in au1550_device_ready()
306 static void au1550_select_chip(struct mtd_info *mtd, int chip) in au1550_select_chip()
317 static void au1550_command(struct mtd_info *mtd, unsigned command, int column, int page_addr) in au1550_command()