]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/Include/Omap3530/Omap3530Dma.h
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / Omap35xxPkg / Include / Omap3530 / Omap3530Dma.h
old mode 100755 (executable)
new mode 100644 (file)
index 5db9a07..c04fb7f
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -56,9 +50,9 @@
 #define DMA4_CSDP_BURST_EN32      (0x2 << 14)\r
 #define DMA4_CSDP_BURST_EN64      (0x3 << 14)\r
 \r
-#define DMA4_CSDP_WRITE_MODE_NONE_POSTED      (0x0 << 16)  \r
+#define DMA4_CSDP_WRITE_MODE_NONE_POSTED      (0x0 << 16)\r
 #define DMA4_CSDP_WRITE_MODE_POSTED           (0x1 << 16)\r
-#define DMA4_CSDP_WRITE_MODE_LAST_NON_POSTED  (0x2 << 16)  \r
+#define DMA4_CSDP_WRITE_MODE_LAST_NON_POSTED  (0x2 << 16)\r
 \r
 #define DMA4_CSDP_DST_ENDIAN_LOCK_LOCK    BIT18\r
 #define DMA4_CSDP_DST_ENDIAN_LOCK_ADAPT   0\r
@@ -72,7 +66,7 @@
 #define DMA4_CSDP_SRC_ENDIAN_BIG          BIT21\r
 #define DMA4_CSDP_SRC_ENDIAN_LITTLE       0\r
 \r
-// Channel Control \r
+// Channel Control\r
 #define DMA4_CCR_SYNCHRO_CONTROL_MASK     0x1f\r
 \r
 #define DMA4_CCR_FS_ELEMENT     (0    | 0)\r
 \r
 #define DMA4_CCR_CONST_FILL_ENABLE        BIT16\r
 #define DMA4_CCR_TRANSPARENT_COPY_ENABLE  BIT17\r
-  \r
+\r
 #define DMA4_CCR_SEL_SRC_DEST_SYNC_SOURCE BIT24\r
 \r
 #define DMA4_CSR_DROP                     BIT1\r
 #define DMA4_CICR_ENABLE_ALL              0x1FBE\r
 \r
 \r
-#endif \r
+#endif\r
 \r