Home
last modified time | relevance | path

Searched refs:lpc32xx_dma_read_buf (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/mtd/nand/
Dlpc32xx_nand_slc.c410 static void lpc32xx_dma_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in lpc32xx_dma_read_buf() function
467 lpc32xx_dma_read_buf(mtd, p, chip->ecc.size * chip->ecc.steps); in lpc32xx_read_page_hwecc()
469 lpc32xx_dma_read_buf(mtd, chip->oob_poi, mtd->oobsize); in lpc32xx_read_page_hwecc()
550 lpc32xx_chip->read_buf = lpc32xx_dma_read_buf; in board_nand_init()