Searched refs:EDMA_CHANNEL_BIT (Results 1 – 1 of 1) sorted by relevance
145 #define EDMA_CHANNEL_BIT(channel) (BIT((channel) & 0x1f)) macro451 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_setup_interrupt()596 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_start()623 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_stop()651 EDMA_CHANNEL_BIT(channel)); in edma_pause()661 EDMA_CHANNEL_BIT(channel)); in edma_resume()669 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_trigger_channel()682 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_clean_channel()721 EDMA_CHANNEL_BIT(channel)); in edma_alloc_channel()1744 int ch_bit = EDMA_CHANNEL_BIT(channel); in edma_residue()[all …]