Home
last modified time | relevance | path

Searched refs:DMA_CONFIGURED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sh/drivers/dma/
H A Ddma-sh.c165 chan->flags |= DMA_CONFIGURED; in sh_dmac_configure_channel()
209 if (unlikely(!(chan->flags & DMA_CONFIGURED))) in sh_dmac_xfer_dma()
H A Ddma-api.c328 if (!(channel->flags & DMA_CONFIGURED)) in dma_proc_show()
/openbmc/linux/arch/sh/include/asm/
H A Ddma.h39 DMA_CONFIGURED = 0x01, enumerator