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

/freebsd-current/sys/arm/ti/
H A Dti_sdmareg.h79 #define DMA4_CSDP_SRC_BURST_MODE(x) (((x) & 0x3) << 7) macro
H A Dti_sdma.c356 | DMA4_CSDP_SRC_BURST_MODE(0)
907 sc->sc_channel[ch].reg_csdp &= ~DMA4_CSDP_SRC_BURST_MODE(0x3);
908 sc->sc_channel[ch].reg_csdp |= DMA4_CSDP_SRC_BURST_MODE(src);

Completed in 104 milliseconds