Searched refs:DMA4_CCR_FRAME_SYNC (Results 1 – 2 of 2) sorted by relevance
93 #define DMA4_CCR_FRAME_SYNC(x) (((x) & 0x1) << 5) macro97 #define DMA4_CCR_PACKET_TRANS (DMA4_CCR_FRAME_SYNC(1) | \
369 | DMA4_CCR_FRAME_SYNC(0) in ti_sdma_activate_channel()1039 ccr |= DMA4_CCR_FRAME_SYNC(1); in ti_sdma_sync_params()1041 ccr &= ~DMA4_CCR_FRAME_SYNC(1); in ti_sdma_sync_params()