]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/Include/Library/OmapDmaLib.h
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / Omap35xxPkg / Include / Library / OmapDmaLib.h
old mode 100755 (executable)
new mode 100644 (file)
index f13b733..dfac36f
@@ -1,7 +1,7 @@
 /** @file\r
 \r
-  Abstractions for simple OMAP DMA. \r
-  OMAP_DMA4 structure elements are described in the OMAP35xx TRM. \r
+  Abstractions for simple OMAP DMA.\r
+  OMAP_DMA4 structure elements are described in the OMAP35xx TRM.\r
 \r
   Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
 \r
@@ -46,16 +46,16 @@ typedef struct {
 } OMAP_DMA4;\r
 \r
 \r
-/**                                                                 \r
+/**\r
   Configure OMAP DMA Channel\r
-            \r
+\r
   @param  Channel               DMA Channel to configure\r
-  @param  Dma4                  Pointer to structure used to initialize DMA registers for the Channel                                                \r
-                                  \r
+  @param  Dma4                  Pointer to structure used to initialize DMA registers for the Channel\r
+\r
   @retval EFI_SUCCESS           The range was mapped for the returned NumberOfBytes.\r
   @retval EFI_INVALID_PARAMETER Channel is not valid\r
   @retval EFI_DEVICE_ERROR      The system hardware could not map the requested information.\r
-                                   \r
+\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
@@ -64,17 +64,17 @@ EnableDmaChannel (
   IN  OMAP_DMA4   *Dma4\r
   );\r
 \r
-/**                                                                 \r
+/**\r
   Turn of DMA channel configured by EnableDma().\r
-            \r
+\r
   @param  Channel               DMA Channel to configure\r
   @param  SuccesMask            Bits in DMA4_CSR register indicate EFI_SUCCESS\r
   @param  ErrorMask             Bits in DMA4_CSR register indicate EFI_DEVICE_ERROR\r
-                                  \r
+\r
   @retval EFI_SUCCESS           DMA hardware disabled\r
   @retval EFI_INVALID_PARAMETER Channel is not valid\r
   @retval EFI_DEVICE_ERROR      The system hardware could not map the requested information.\r
-                                   \r
+\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
@@ -86,5 +86,5 @@ DisableDmaChannel (
 \r
 \r
 \r
-#endif \r
+#endif\r
 \r