Home
last modified time | relevance | path

Searched refs:DMA_TCDn_DLASTSGA (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_edma.h93 #define DMA_TCDn_DLASTSGA(n) (0x18 + 0x20 * n) /* Last Dst Addr Adjustment/Scatter Gather Address … macro
H A Dvf_edma.c231 TCD_WRITE4(sc, DMA_TCDn_DLASTSGA(chnum), tcd->dlast_sga); in dma_setup()