Changes between Version 1 and Version 2 of Component/Vci Dma


Ignore:
Timestamp:
Oct 29, 2007, 12:06:48 PM (17 years ago)
Author:
Nicolas Pouillon
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Dma

    v1 v2  
    4848
    4949    dma[DMA_DST] = (uint32_t)dst;
    50     dma[DMA_SRC] = (uint32_t)dma;
     50    dma[DMA_SRC] = (uint32_t)src;
    5151    dma[DMA_LEN] = (uint32_t)len;
    5252    while ( dma[DMA_LEN] )