Lines Matching refs:nand_chip
20 struct nand_chip chip;
26 static struct au1550nd_ctx *chip_to_au_ctx(struct nand_chip *this) in chip_to_au_ctx()
39 static void au_write_buf(struct nand_chip *this, const void *buf, in au_write_buf()
60 static void au_read_buf(struct nand_chip *this, void *buf, in au_read_buf()
81 static void au_write_buf16(struct nand_chip *this, const void *buf, in au_write_buf16()
103 static void au_read_buf16(struct nand_chip *this, void *buf, unsigned int len) in au_read_buf16()
137 static int au1550nd_waitrdy(struct nand_chip *this, unsigned int timeout_ms) in au1550nd_waitrdy()
152 static int au1550nd_exec_instr(struct nand_chip *this, in au1550nd_exec_instr()
209 static int au1550nd_exec_op(struct nand_chip *this, in au1550nd_exec_op()
239 static int au1550nd_attach_chip(struct nand_chip *chip) in au1550nd_attach_chip()
258 struct nand_chip *this; in au1550nd_probe()
337 struct nand_chip *chip = &ctx->chip; in au1550nd_remove()