Lines Matching refs:nand_chip
66 struct nand_chip chip;
73 struct nand_chip *chip = mtd_to_nand(mtd); in xway_readb()
81 struct nand_chip *chip = mtd_to_nand(mtd); in xway_writeb()
87 static void xway_select_chip(struct nand_chip *chip, int select) in xway_select_chip()
107 static void xway_cmd_ctrl(struct nand_chip *chip, int cmd, unsigned int ctrl) in xway_cmd_ctrl()
123 static int xway_dev_ready(struct nand_chip *chip) in xway_dev_ready()
128 static unsigned char xway_read_byte(struct nand_chip *chip) in xway_read_byte()
133 static void xway_read_buf(struct nand_chip *chip, u_char *buf, int len) in xway_read_buf()
141 static void xway_write_buf(struct nand_chip *chip, const u_char *buf, int len) in xway_write_buf()
149 static int xway_attach_chip(struct nand_chip *chip) in xway_attach_chip()
244 struct nand_chip *chip = &data->chip; in xway_nand_remove()