Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/vybrid/
H A Dvf_edma.h86 #define DMA_TCDn_SLAST(n) (0x0C + 0x20 * n) /* Last Source Address Adjustment */ macro
H A Dvf_edma.c229 TCD_WRITE4(sc, DMA_TCDn_SLAST(chnum), tcd->slast); in dma_setup()