Home
last modified time | relevance | path

Searched refs:DMA4_CCR_SEL_SRC_DST_SYNC (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm/ti/
H A Dti_sdmareg.h97 #define DMA4_CCR_SEL_SRC_DST_SYNC(x) (((x) & 0x1) << 24) macro
H A Dti_sdma.c763 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()