Lines Matching refs:nand_chip

217 	struct nand_chip	nand_chip;  member
271 static void lpc32xx_nand_cmd_ctrl(struct nand_chip *chip, int cmd, in lpc32xx_nand_cmd_ctrl()
296 static int lpc32xx_nand_device_ready(struct nand_chip *chip) in lpc32xx_nand_device_ready()
328 static void lpc32xx_nand_ecc_enable(struct nand_chip *chip, int mode) in lpc32xx_nand_ecc_enable()
336 static int lpc32xx_nand_ecc_calculate(struct nand_chip *chip, in lpc32xx_nand_ecc_calculate()
350 static uint8_t lpc32xx_nand_read_byte(struct nand_chip *chip) in lpc32xx_nand_read_byte()
360 static void lpc32xx_nand_read_buf(struct nand_chip *chip, u_char *buf, int len) in lpc32xx_nand_read_buf()
372 static void lpc32xx_nand_write_buf(struct nand_chip *chip, const uint8_t *buf, in lpc32xx_nand_write_buf()
385 static int lpc32xx_nand_read_oob_syndrome(struct nand_chip *chip, int page) in lpc32xx_nand_read_oob_syndrome()
395 static int lpc32xx_nand_write_oob_syndrome(struct nand_chip *chip, int page) in lpc32xx_nand_write_oob_syndrome()
429 struct nand_chip *chip = mtd_to_nand(mtd); in lpc32xx_xmit_dma()
489 struct nand_chip *chip = mtd_to_nand(mtd); in lpc32xx_xfer()
601 static int lpc32xx_nand_read_page_syndrome(struct nand_chip *chip, uint8_t *buf, in lpc32xx_nand_read_page_syndrome()
648 static int lpc32xx_nand_read_page_raw_syndrome(struct nand_chip *chip, in lpc32xx_nand_read_page_raw_syndrome()
668 static int lpc32xx_nand_write_page_syndrome(struct nand_chip *chip, in lpc32xx_nand_write_page_syndrome()
706 static int lpc32xx_nand_write_page_raw_syndrome(struct nand_chip *chip, in lpc32xx_nand_write_page_raw_syndrome()
722 struct mtd_info *mtd = nand_to_mtd(&host->nand_chip); in lpc32xx_nand_dma_setup()
772 static int lpc32xx_nand_attach_chip(struct nand_chip *chip) in lpc32xx_nand_attach_chip()
833 struct nand_chip *chip; in lpc32xx_nand_probe()
866 chip = &host->nand_chip; in lpc32xx_nand_probe()
952 struct nand_chip *chip = &host->nand_chip; in lpc32xx_nand_remove()