]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/Include/Omap3530/Omap3530Gpmc.h
ARM Packages: Fixed line endings
[mirror_edk2.git] / Omap35xxPkg / Include / Omap3530 / Omap3530Gpmc.h
index 6cdd5f5114d993c2dfbf247af89bf2352cd89799..6943d303ec637d5e8f7f89089202f603d0ff440b 100644 (file)
-/** @file
-
-  Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
-
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-**/
-
-#ifndef __OMAP3530GPMC_H__
-#define __OMAP3530GPMC_H__
-
-#define GPMC_BASE             (0x6E000000)
-
-//GPMC NAND definitions.
-#define GPMC_SYSCONFIG        (GPMC_BASE + 0x10)
-#define SMARTIDLEMODE         (0x2UL << 3)
-
-#define GPMC_SYSSTATUS        (GPMC_BASE + 0x14)
-#define GPMC_IRQSTATUS        (GPMC_BASE + 0x18)
-#define GPMC_IRQENABLE        (GPMC_BASE + 0x1C)
-
-#define GPMC_TIMEOUT_CONTROL  (GPMC_BASE + 0x40)
-#define TIMEOUTENABLE         BIT0
-#define TIMEOUTDISABLE        (0x0UL << 0)
-
-#define GPMC_ERR_ADDRESS      (GPMC_BASE + 0x44)
-#define GPMC_ERR_TYPE         (GPMC_BASE + 0x48)
-
-#define GPMC_CONFIG           (GPMC_BASE + 0x50)
-#define WRITEPROTECT_HIGH     BIT4
-#define WRITEPROTECT_LOW      (0x0UL << 4)
-
-#define GPMC_STATUS           (GPMC_BASE + 0x54)
-
-#define GPMC_CONFIG1_0        (GPMC_BASE + 0x60)
-#define DEVICETYPE_NOR        (0x0UL << 10)
-#define DEVICETYPE_NAND       (0x2UL << 10)
-#define DEVICESIZE_X8         (0x0UL << 12)
-#define DEVICESIZE_X16        BIT12
-
-#define GPMC_CONFIG2_0        (GPMC_BASE + 0x64)
-#define CSONTIME              (0x0UL << 0)
-#define CSRDOFFTIME           (0x14UL << 8)
-#define CSWROFFTIME           (0x14UL << 16)
-
-#define GPMC_CONFIG3_0        (GPMC_BASE + 0x68)
-#define ADVRDOFFTIME          (0x14UL << 8)
-#define ADVWROFFTIME          (0x14UL << 16)
-
-#define GPMC_CONFIG4_0        (GPMC_BASE + 0x6C)
-#define OEONTIME              BIT0
-#define OEOFFTIME             (0xFUL << 8)
-#define WEONTIME              BIT16
-#define WEOFFTIME             (0xFUL << 24)
-
-#define GPMC_CONFIG5_0        (GPMC_BASE + 0x70)
-#define RDCYCLETIME           (0x14UL << 0)
-#define WRCYCLETIME           (0x14UL << 8)
-#define RDACCESSTIME          (0xCUL << 16)
-#define PAGEBURSTACCESSTIME   BIT24
-
-#define GPMC_CONFIG6_0        (GPMC_BASE + 0x74)
-#define CYCLE2CYCLESAMECSEN   BIT7
-#define CYCLE2CYCLEDELAY      (0xAUL << 8)
-#define WRDATAONADMUXBUS      (0xFUL << 16)
-#define WRACCESSTIME          BIT24
-
-#define GPMC_CONFIG7_0        (GPMC_BASE + 0x78)
-#define BASEADDRESS           (0x30UL << 0)
-#define CSVALID               BIT6
-#define MASKADDRESS_128MB     (0x8UL << 8)
-
-#define GPMC_NAND_COMMAND_0   (GPMC_BASE + 0x7C)
-#define GPMC_NAND_ADDRESS_0   (GPMC_BASE + 0x80)
-#define GPMC_NAND_DATA_0      (GPMC_BASE + 0x84)
-
-#define GPMC_ECC_CONFIG       (GPMC_BASE + 0x1F4)
-#define ECCENABLE             BIT0
-#define ECCDISABLE            (0x0UL << 0)
-#define ECCCS_0               (0x0UL << 1)
-#define ECC16B                BIT7
-
-#define GPMC_ECC_CONTROL      (GPMC_BASE + 0x1F8)
-#define ECCPOINTER_REG1       BIT0
-#define ECCCLEAR              BIT8
-
-#define GPMC_ECC_SIZE_CONFIG  (GPMC_BASE + 0x1FC)
-#define ECCSIZE0_512BYTES     (0xFFUL << 12)
-#define ECCSIZE1_512BYTES     (0xFFUL << 22)
-
-#define GPMC_ECC1_RESULT      (GPMC_BASE + 0x200)
-#define GPMC_ECC2_RESULT      (GPMC_BASE + 0x204)
-#define GPMC_ECC3_RESULT      (GPMC_BASE + 0x208)
-#define GPMC_ECC4_RESULT      (GPMC_BASE + 0x20C)
-#define GPMC_ECC5_RESULT      (GPMC_BASE + 0x210)
-#define GPMC_ECC6_RESULT      (GPMC_BASE + 0x214)
-#define GPMC_ECC7_RESULT      (GPMC_BASE + 0x218)
-#define GPMC_ECC8_RESULT      (GPMC_BASE + 0x21C)
-#define GPMC_ECC9_RESULT      (GPMC_BASE + 0x220)
-
-#endif //__OMAP3530GPMC_H__
+/** @file\r
+\r
+  Copyright (c) 2008 - 2009, 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
+\r
+**/\r
+\r
+#ifndef __OMAP3530GPMC_H__\r
+#define __OMAP3530GPMC_H__\r
+\r
+#define GPMC_BASE             (0x6E000000)\r
+\r
+//GPMC NAND definitions.\r
+#define GPMC_SYSCONFIG        (GPMC_BASE + 0x10)\r
+#define SMARTIDLEMODE         (0x2UL << 3)\r
+\r
+#define GPMC_SYSSTATUS        (GPMC_BASE + 0x14)\r
+#define GPMC_IRQSTATUS        (GPMC_BASE + 0x18)\r
+#define GPMC_IRQENABLE        (GPMC_BASE + 0x1C)\r
+\r
+#define GPMC_TIMEOUT_CONTROL  (GPMC_BASE + 0x40)\r
+#define TIMEOUTENABLE         BIT0\r
+#define TIMEOUTDISABLE        (0x0UL << 0)\r
+\r
+#define GPMC_ERR_ADDRESS      (GPMC_BASE + 0x44)\r
+#define GPMC_ERR_TYPE         (GPMC_BASE + 0x48)\r
+\r
+#define GPMC_CONFIG           (GPMC_BASE + 0x50)\r
+#define WRITEPROTECT_HIGH     BIT4\r
+#define WRITEPROTECT_LOW      (0x0UL << 4)\r
+\r
+#define GPMC_STATUS           (GPMC_BASE + 0x54)\r
+\r
+#define GPMC_CONFIG1_0        (GPMC_BASE + 0x60)\r
+#define DEVICETYPE_NOR        (0x0UL << 10)\r
+#define DEVICETYPE_NAND       (0x2UL << 10)\r
+#define DEVICESIZE_X8         (0x0UL << 12)\r
+#define DEVICESIZE_X16        BIT12\r
+\r
+#define GPMC_CONFIG2_0        (GPMC_BASE + 0x64)\r
+#define CSONTIME              (0x0UL << 0)\r
+#define CSRDOFFTIME           (0x14UL << 8)\r
+#define CSWROFFTIME           (0x14UL << 16)\r
+\r
+#define GPMC_CONFIG3_0        (GPMC_BASE + 0x68)\r
+#define ADVRDOFFTIME          (0x14UL << 8)\r
+#define ADVWROFFTIME          (0x14UL << 16)\r
+\r
+#define GPMC_CONFIG4_0        (GPMC_BASE + 0x6C)\r
+#define OEONTIME              BIT0\r
+#define OEOFFTIME             (0xFUL << 8)\r
+#define WEONTIME              BIT16\r
+#define WEOFFTIME             (0xFUL << 24)\r
+\r
+#define GPMC_CONFIG5_0        (GPMC_BASE + 0x70)\r
+#define RDCYCLETIME           (0x14UL << 0)\r
+#define WRCYCLETIME           (0x14UL << 8)\r
+#define RDACCESSTIME          (0xCUL << 16)\r
+#define PAGEBURSTACCESSTIME   BIT24\r
+\r
+#define GPMC_CONFIG6_0        (GPMC_BASE + 0x74)\r
+#define CYCLE2CYCLESAMECSEN   BIT7\r
+#define CYCLE2CYCLEDELAY      (0xAUL << 8)\r
+#define WRDATAONADMUXBUS      (0xFUL << 16)\r
+#define WRACCESSTIME          BIT24\r
+\r
+#define GPMC_CONFIG7_0        (GPMC_BASE + 0x78)\r
+#define BASEADDRESS           (0x30UL << 0)\r
+#define CSVALID               BIT6\r
+#define MASKADDRESS_128MB     (0x8UL << 8)\r
+\r
+#define GPMC_NAND_COMMAND_0   (GPMC_BASE + 0x7C)\r
+#define GPMC_NAND_ADDRESS_0   (GPMC_BASE + 0x80)\r
+#define GPMC_NAND_DATA_0      (GPMC_BASE + 0x84)\r
+\r
+#define GPMC_ECC_CONFIG       (GPMC_BASE + 0x1F4)\r
+#define ECCENABLE             BIT0\r
+#define ECCDISABLE            (0x0UL << 0)\r
+#define ECCCS_0               (0x0UL << 1)\r
+#define ECC16B                BIT7\r
+\r
+#define GPMC_ECC_CONTROL      (GPMC_BASE + 0x1F8)\r
+#define ECCPOINTER_REG1       BIT0\r
+#define ECCCLEAR              BIT8\r
+\r
+#define GPMC_ECC_SIZE_CONFIG  (GPMC_BASE + 0x1FC)\r
+#define ECCSIZE0_512BYTES     (0xFFUL << 12)\r
+#define ECCSIZE1_512BYTES     (0xFFUL << 22)\r
+\r
+#define GPMC_ECC1_RESULT      (GPMC_BASE + 0x200)\r
+#define GPMC_ECC2_RESULT      (GPMC_BASE + 0x204)\r
+#define GPMC_ECC3_RESULT      (GPMC_BASE + 0x208)\r
+#define GPMC_ECC4_RESULT      (GPMC_BASE + 0x20C)\r
+#define GPMC_ECC5_RESULT      (GPMC_BASE + 0x210)\r
+#define GPMC_ECC6_RESULT      (GPMC_BASE + 0x214)\r
+#define GPMC_ECC7_RESULT      (GPMC_BASE + 0x218)\r
+#define GPMC_ECC8_RESULT      (GPMC_BASE + 0x21C)\r
+#define GPMC_ECC9_RESULT      (GPMC_BASE + 0x220)\r
+\r
+#endif //__OMAP3530GPMC_H__\r