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

/freebsd-current/sys/arm/ti/
H A Dti_sdmareg.h81 #define DMA4_CSDP_SRC_ENDIANISM(x) (((x) & 0x1) << 21) macro
H A Dti_sdma.c358 | DMA4_CSDP_SRC_ENDIANISM(0)
862 sc->sc_channel[ch].reg_csdp &= ~DMA4_CSDP_SRC_ENDIANISM(1);
863 sc->sc_channel[ch].reg_csdp |= DMA4_CSDP_SRC_ENDIANISM(src);

Completed in 71 milliseconds