Searched refs:lpc32xx_xmit_dma (Results  1 – 2 of 2) sorted by relevance
| /linux-4.1.27/drivers/mtd/nand/ | 
| D | lpc32xx_mlc.c | 389 static int lpc32xx_xmit_dma(struct mtd_info *mtd, void *mem, int len,  in lpc32xx_xmit_dma()  function 472 			res = lpc32xx_xmit_dma(mtd, dma_buf + i * 512, 512,  in lpc32xx_read_page() 517 			res = lpc32xx_xmit_dma(mtd, dma_buf + i * 512, 512,  in lpc32xx_write_page_lowlevel()
  | 
| D | lpc32xx_slc.c | 425 static int lpc32xx_xmit_dma(struct mtd_info *mtd, dma_addr_t dma,  in lpc32xx_xmit_dma()  function 531 		res = lpc32xx_xmit_dma(mtd, SLC_DMA_DATA(host->io_base_dma),  in lpc32xx_xfer() 542 		res = lpc32xx_xmit_dma(mtd, SLC_ECC(host->io_base_dma),  in lpc32xx_xfer()
  |