Searched refs:dma_enable (Results 1 – 4 of 4) sorted by relevance
578 if (chan->dma_enable) { in sprd_mcdt_chan_write()629 if (chan->dma_enable) { in sprd_mcdt_chan_read()680 if (chan->dma_enable || chan->int_enable) { in sprd_mcdt_chan_int_enable()783 if (chan->dma_enable || chan->int_enable || in sprd_mcdt_chan_dma_enable()815 chan->dma_enable = true; in sprd_mcdt_chan_dma_enable()834 if (!chan->dma_enable) { in sprd_mcdt_chan_dma_disable()854 chan->dma_enable = false; in sprd_mcdt_chan_dma_disable()
46 bool dma_enable; member
128 dma_enable(channel);
2790 u32 i, dma_enable; in bcmgenet_init_tx_queues() local2795 dma_enable = dma_ctrl & DMA_EN; in bcmgenet_init_tx_queues()2836 if (dma_enable) in bcmgenet_init_tx_queues()2898 u32 dma_enable; in bcmgenet_init_rx_queues() local2904 dma_enable = dma_ctrl & DMA_EN; in bcmgenet_init_rx_queues()2940 if (dma_enable) in bcmgenet_init_rx_queues()
Completed in 18 milliseconds