Home
last modified time | relevance | path

Searched refs:DMA4_CCR_SEL_SRC_DST_SYNC (Results 1 – 2 of 2) sorted by last modified time

/freebsd/sys/arm/ti/
H A Dti_sdma.c760 if (channel->reg_ccr & DMA4_CCR_SEL_SRC_DST_SYNC(1)) in ti_sdma_start_xfer_packet()
1049 ccr |= DMA4_CCR_SEL_SRC_DST_SYNC(1); in ti_sdma_sync_params()
1051 ccr &= ~DMA4_CCR_SEL_SRC_DST_SYNC(1); in ti_sdma_sync_params()
H A Dti_sdmareg.h95 #define DMA4_CCR_SEL_SRC_DST_SYNC(x) (((x) & 0x1) << 24) macro