Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_slc.c171 u32 i, dmasrc, ctrl, ecc_ctrl, oob_ctrl, dmadst; in lpc32xx_nand_dma_configure() local
204 dmadst = (u32)buffer; in lpc32xx_nand_dma_configure()
207 dmadst = lpc32xx_dmac_set_dma_data(); in lpc32xx_nand_dma_configure()
246 dmalist_cur->dma_dest = (read ? (dmadst + (i*256)) : dmadst); in lpc32xx_nand_dma_configure()
267 dmadst = (u32)buffer; in lpc32xx_nand_dma_configure()
270 dmadst = lpc32xx_dmac_set_dma_data(); in lpc32xx_nand_dma_configure()
278 dmalist_cur->dma_dest = dmadst; in lpc32xx_nand_dma_configure()
/openbmc/u-boot/drivers/spi/
H A Dzynqmp_gqspi.c140 u32 dmadst; /* 0x00 */ member
530 writel((unsigned long)buf, &dma_regs->dmadst); in zynqmp_qspi_start_dma()