Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_dma.h34 #define FSL_DMA_SR_CB 0x00000004 /* Channel busy */ macro
73 #define FSL_DMA_SR_CB 0x00000004 /* Channel busy */ macro
/openbmc/u-boot/drivers/dma/
H A Dfsl_dma.c70 } while (status & FSL_DMA_SR_CB); in dma_check()
/openbmc/linux/drivers/dma/
H A Dfsldma.h51 #define FSL_DMA_SR_CB 0x00000004 macro
H A Dfsldma.c174 return (!(sr & FSL_DMA_SR_CB)) || (sr & FSL_DMA_SR_CH); in dma_is_idle()
924 stat &= ~(FSL_DMA_SR_CB | FSL_DMA_SR_CH); in fsldma_chan_irq()