Searched refs:DMA4_CCR_SEL_SRC_DST_SYNC (Results 1 – 2 of 2) sorted by relevance
97 #define DMA4_CCR_SEL_SRC_DST_SYNC(x) (((x) & 0x1) << 24) macro
763 if (channel->reg_ccr & DMA4_CCR_SEL_SRC_DST_SYNC(1)) in ti_sdma_start_xfer_packet()1052 ccr |= DMA4_CCR_SEL_SRC_DST_SYNC(1); in ti_sdma_sync_params()1054 ccr &= ~DMA4_CCR_SEL_SRC_DST_SYNC(1); in ti_sdma_sync_params()