Searched refs:EDMA_CHANNEL_BIT (Results 1 – 1 of 1) sorted by relevance
136 #define EDMA_CHANNEL_BIT(channel) (BIT((channel) & 0x1f)) macro405 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_setup_interrupt()550 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_start()577 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_stop()605 EDMA_CHANNEL_BIT(channel)); in edma_pause()615 EDMA_CHANNEL_BIT(channel)); in edma_resume()623 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_trigger_channel()636 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_clean_channel()681 EDMA_CHANNEL_BIT(channel)); in edma_alloc_channel()1773 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_residue()[all …]