]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/xilinx/common/xdma_channel.h
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / board / xilinx / common / xdma_channel.h
index 06976c3e045c243bf8be2cfb9e6922a89522d9f3..4685982234224ed5334b5ed4029c160057db08ac 100755 (executable)
@@ -96,7 +96,7 @@
 * 1. Create a scatter gather list for the DMA channel which puts empty buffer
 *    descriptors into the list.
 * 2. Create buffer descriptors which describe the buffers to be filled with
-*       receive data or the buffers which contain data to be sent.
+*       receive data or the buffers which contain data to be sent.
 * 3. Put buffer descriptors into the DMA channel scatter list such that scatter
 *    gather operations are requested.
 * 4. Commit the buffer descriptors in the list such that they are ready to be
 #define XDC_IXR_DMA_DONE_MASK          0x1UL   /* dma operation done */
 #define XDC_IXR_DMA_ERROR_MASK     0x2UL       /* dma operation error */
 #define XDC_IXR_PKT_DONE_MASK      0x4UL       /* packet done */
-#define XDC_IXR_PKT_THRESHOLD_MASK     0x8UL   /* packet count threshold */
+#define XDC_IXR_PKT_THRESHOLD_MASK     0x8UL   /* packet count threshold */
 #define XDC_IXR_PKT_WAIT_BOUND_MASK 0x10UL     /* packet wait bound reached */
 #define XDC_IXR_SG_DISABLE_ACK_MASK 0x20UL     /* scatter gather disable
                                                   acknowledge occurred */