Lines Matching refs:nand_chip

215 	struct nand_chip	nand_chip;  member
270 static void lpc32xx_nand_cmd_ctrl(struct nand_chip *chip, int cmd, in lpc32xx_nand_cmd_ctrl()
295 static int lpc32xx_nand_device_ready(struct nand_chip *chip) in lpc32xx_nand_device_ready()
327 static void lpc32xx_nand_ecc_enable(struct nand_chip *chip, int mode) in lpc32xx_nand_ecc_enable()
335 static int lpc32xx_nand_ecc_calculate(struct nand_chip *chip, in lpc32xx_nand_ecc_calculate()
349 static uint8_t lpc32xx_nand_read_byte(struct nand_chip *chip) in lpc32xx_nand_read_byte()
359 static void lpc32xx_nand_read_buf(struct nand_chip *chip, u_char *buf, int len) in lpc32xx_nand_read_buf()
371 static void lpc32xx_nand_write_buf(struct nand_chip *chip, const uint8_t *buf, in lpc32xx_nand_write_buf()
384 static int lpc32xx_nand_read_oob_syndrome(struct nand_chip *chip, int page) in lpc32xx_nand_read_oob_syndrome()
394 static int lpc32xx_nand_write_oob_syndrome(struct nand_chip *chip, int page) in lpc32xx_nand_write_oob_syndrome()
428 struct nand_chip *chip = mtd_to_nand(mtd); in lpc32xx_xmit_dma()
488 struct nand_chip *chip = mtd_to_nand(mtd); in lpc32xx_xfer()
600 static int lpc32xx_nand_read_page_syndrome(struct nand_chip *chip, uint8_t *buf, in lpc32xx_nand_read_page_syndrome()
647 static int lpc32xx_nand_read_page_raw_syndrome(struct nand_chip *chip, in lpc32xx_nand_read_page_raw_syndrome()
667 static int lpc32xx_nand_write_page_syndrome(struct nand_chip *chip, in lpc32xx_nand_write_page_syndrome()
705 static int lpc32xx_nand_write_page_raw_syndrome(struct nand_chip *chip, in lpc32xx_nand_write_page_raw_syndrome()
721 struct mtd_info *mtd = nand_to_mtd(&host->nand_chip); in lpc32xx_nand_dma_setup()
769 static int lpc32xx_nand_attach_chip(struct nand_chip *chip) in lpc32xx_nand_attach_chip()
830 struct nand_chip *chip; in lpc32xx_nand_probe()
867 chip = &host->nand_chip; in lpc32xx_nand_probe()
953 struct nand_chip *chip = &host->nand_chip; in lpc32xx_nand_remove()