Lines Matching refs:nand_chip
19 struct nand_chip chip;
23 void (*write_byte)(struct nand_chip *, u_char);
32 static u_char au_read_byte(struct nand_chip *this) in au_read_byte()
46 static void au_write_byte(struct nand_chip *this, u_char byte) in au_write_byte()
58 static u_char au_read_byte16(struct nand_chip *this) in au_read_byte16()
72 static void au_write_byte16(struct nand_chip *this, u_char byte) in au_write_byte16()
86 static void au_write_buf(struct nand_chip *this, const u_char *buf, int len) in au_write_buf()
104 static void au_read_buf(struct nand_chip *this, u_char *buf, int len) in au_read_buf()
122 static void au_write_buf16(struct nand_chip *this, const u_char *buf, int len) in au_write_buf16()
143 static void au_read_buf16(struct nand_chip *this, u_char *buf, int len) in au_read_buf16()
170 struct nand_chip *this = mtd_to_nand(mtd); in au1550_hwcontrol()
211 int au1550_device_ready(struct nand_chip *this) in au1550_device_ready()
228 static void au1550_select_chip(struct nand_chip *this, int chip) in au1550_select_chip()
239 static void au1550_command(struct nand_chip *this, unsigned command, in au1550_command()
380 struct nand_chip *this; in au1550nd_probe()