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

/freebsd-13-stable/sys/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))
1052 ccr |= DMA4_CCR_SEL_SRC_DST_SYNC(1);
1054 ccr &= ~DMA4_CCR_SEL_SRC_DST_SYNC(1);

Completed in 44 milliseconds