Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A DMCD_dma.h196 #define MCD_SINGLE_DMA 0x00000100 /* Unchained DMA */ macro
/openbmc/u-boot/drivers/dma/
H A DMCD_dmaApi.c484 } else if (flags & MCD_SINGLE_DMA) { in MCD_startDma()