Searched refs:tmp_channel (Results 1 – 1 of 1) sorted by relevance
466 volatile uint32_t tmp_channel; in dma_check_transfer_status() local470 tmp_channel = tmp & (1 << (DMA_STATUS_TC_SHIFT + ch_index)); in dma_check_transfer_status()471 if (tmp_channel) { in dma_check_transfer_status()473 ptr->INTSTATUS = tmp_channel; in dma_check_transfer_status()475 tmp_channel = tmp & (1 << (DMA_STATUS_ERROR_SHIFT + ch_index)); in dma_check_transfer_status()476 if (tmp_channel) { in dma_check_transfer_status()478 ptr->INTSTATUS = tmp_channel; in dma_check_transfer_status()480 tmp_channel = tmp & (1 << (DMA_STATUS_ABORT_SHIFT + ch_index)); in dma_check_transfer_status()481 if (tmp_channel) { in dma_check_transfer_status()483 ptr->INTSTATUS = tmp_channel; in dma_check_transfer_status()
Completed in 6 milliseconds