Searched refs:EDMA_CHANNEL_BIT (Results 1 – 1 of 1) sorted by relevance
136 #define EDMA_CHANNEL_BIT(channel) (BIT((channel) & 0x1f)) macro406 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_setup_interrupt()551 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_start()578 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_stop()606 EDMA_CHANNEL_BIT(channel)); in edma_pause()616 EDMA_CHANNEL_BIT(channel)); in edma_resume()624 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_trigger_channel()637 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_clean_channel()682 EDMA_CHANNEL_BIT(channel)); in edma_alloc_channel()1774 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_residue()[all …]