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

/freebsd-13-stable/sys/arm/ti/
H A Dti_sdmareg.h95 #define DMA4_CCR_FRAME_SYNC(x) (((x) & 0x1) << 5) macro
99 #define DMA4_CCR_PACKET_TRANS (DMA4_CCR_FRAME_SYNC(1) | \
H A Dti_sdma.c372 | DMA4_CCR_FRAME_SYNC(0)
1042 ccr |= DMA4_CCR_FRAME_SYNC(1);
1044 ccr &= ~DMA4_CCR_FRAME_SYNC(1);

Completed in 101 milliseconds