Searched refs:DMA_CTRL_RXMULTI (Results 1 – 7 of 7) sorted by relevance
363 #define DMA_CTRL_RXMULTI (1 << 2) /**< allow rx scatter to multiple descriptors */ macro
357 #define DMA_CTRL_RXMULTI (1 << 2) /**< allow rx scatter to multiple descriptors */ macro
372 #define DMA_CTRL_RXMULTI (1u << 2u) /**< allow rx scatter to multiple descriptors */ macro
107 #define DMA_CTRL_RXMULTI (1 << 2) macro975 if ((di->dma.dmactrlflags & DMA_CTRL_RXMULTI) == 0) { in dma_rx()