Lines Matching defs:mtd
40 static u_char au_read_byte(struct mtd_info *mtd) in au_read_byte()
55 static void au_write_byte(struct mtd_info *mtd, u_char byte) in au_write_byte()
68 static u_char au_read_byte16(struct mtd_info *mtd) in au_read_byte16()
83 static void au_write_byte16(struct mtd_info *mtd, u_char byte) in au_write_byte16()
96 static u16 au_read_word(struct mtd_info *mtd) in au_read_word()
112 static void au_write_buf(struct mtd_info *mtd, const u_char *buf, int len) in au_write_buf()
131 static void au_read_buf(struct mtd_info *mtd, u_char *buf, int len) in au_read_buf()
150 static void au_write_buf16(struct mtd_info *mtd, const u_char *buf, int len) in au_write_buf16()
172 static void au_read_buf16(struct mtd_info *mtd, u_char *buf, int len) in au_read_buf16()
198 static void au1550_hwcontrol(struct mtd_info *mtd, int cmd) in au1550_hwcontrol()
240 int au1550_device_ready(struct mtd_info *mtd) in au1550_device_ready()
257 static void au1550_select_chip(struct mtd_info *mtd, int chip) in au1550_select_chip()
268 static void au1550_command(struct mtd_info *mtd, unsigned command, int column, int page_addr) in au1550_command()