Lines Matching refs:EDMA_CHANNEL_BIT
145 #define EDMA_CHANNEL_BIT(channel) (BIT((channel) & 0x1f)) macro
458 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_setup_interrupt()
603 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_start()
630 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_stop()
658 EDMA_CHANNEL_BIT(channel)); in edma_pause()
668 EDMA_CHANNEL_BIT(channel)); in edma_resume()
676 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_trigger_channel()
689 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_clean_channel()
734 EDMA_CHANNEL_BIT(channel)); in edma_alloc_channel()
1832 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_residue()
2670 EDMA_CHANNEL_BIT(i)); in edma_pm_resume()