Home
last modified time | relevance | path

Searched refs:DMA_CHAN_RUN_BIT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/mach-rc32434/
H A Ddma.h71 #define DMA_CHAN_RUN_BIT (1 << 0) macro
H A Ddma_v.h29 if (__raw_readl(&ch->dmac) & DMA_CHAN_RUN_BIT) { in rc32434_halt_dma()
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-rc32434/
H A Ddma.h71 #define DMA_CHAN_RUN_BIT (1 << 0) macro
H A Ddma_v.h29 if (__raw_readl(&ch->dmac) & DMA_CHAN_RUN_BIT) { in rc32434_halt_dma()
/kernel/linux/linux-6.6/drivers/net/ethernet/
H A Dkorina.c283 #define DMA_CHAN_RUN_BIT BIT(0) macro
391 if (readl(&ch->dmac) & DMA_CHAN_RUN_BIT) { in korina_abort_dma()
/kernel/linux/linux-5.10/drivers/net/ethernet/
H A Dkorina.c154 if (readl(&ch->dmac) & DMA_CHAN_RUN_BIT) { in korina_abort_dma()

Completed in 5 milliseconds