Home
last modified time | relevance | path

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

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