Changes between Version 1 and Version 2 of Component/Vci Dma
- Timestamp:
- Oct 29, 2007, 12:06:48 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Dma
v1 v2 48 48 49 49 dma[DMA_DST] = (uint32_t)dst; 50 dma[DMA_SRC] = (uint32_t) dma;50 dma[DMA_SRC] = (uint32_t)src; 51 51 dma[DMA_LEN] = (uint32_t)len; 52 52 while ( dma[DMA_LEN] )