Searched refs:lpc32xx_chip (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_slc.c511 int board_nand_init(struct nand_chip *lpc32xx_chip) argument
525 lpc32xx_chip->cmd_ctrl = lpc32xx_nand_cmd_ctrl;
526 lpc32xx_chip->dev_ready = lpc32xx_nand_dev_ready;
533 lpc32xx_chip->read_byte = lpc32xx_read_byte;
534 lpc32xx_chip->write_byte = lpc32xx_write_byte;
538 lpc32xx_chip->ecc.mode = NAND_ECC_HW;
540 lpc32xx_chip->read_buf = lpc32xx_dma_read_buf;
541 lpc32xx_chip->write_buf = lpc32xx_dma_write_buf;
543 lpc32xx_chip->ecc.calculate = lpc32xx_ecc_calculate;
544 lpc32xx_chip
[all...]
H A Dlpc32xx_nand_mlc.c542 static struct nand_chip lpc32xx_chip; variable in typeref:struct:nand_chip
550 struct mtd_info *mtd = nand_to_mtd(&lpc32xx_chip);
555 lpc32xx_chip.IO_ADDR_R = &lpc32xx_nand_mlc_registers->buff;
556 lpc32xx_chip.IO_ADDR_W = &lpc32xx_nand_mlc_registers->buff;
557 lpc32xx_chip.cmd_ctrl = lpc32xx_cmd_ctrl;
559 lpc32xx_chip.dev_ready = lpc32xx_dev_ready;
562 lpc32xx_chip.options |= NAND_NO_SUBPAGE_WRITE;
566 lpc32xx_chip.ecc.mode = NAND_ECC_HW;
567 lpc32xx_chip.ecc.layout = &lpc32xx_largepage_ecclayout;
568 lpc32xx_chip
[all...]

Completed in 91 milliseconds