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

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

Completed in 123 milliseconds