From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.z9.com ([64.142.101.243]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U3tGF-00086a-Bh for barebox@lists.infradead.org; Fri, 08 Feb 2013 19:05:23 +0000 Received: from GPontisPC by z9.com (MDaemon PRO v12.5.8) with ESMTP id md50000244995.msg for ; Fri, 08 Feb 2013 11:05:07 -0800 From: "George Pontis" Date: Fri, 8 Feb 2013 11:05:02 -0800 Message-ID: <021801ce062f$32986200$97c92600$@com> MIME-Version: 1.0 Content-Language: en-us List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: i.MX53 - add WEIM register defines To: barebox@lists.infradead.org Subject: i.MX53: Add WEIM register defines ( same as i.MX51 ) Signed-off-by: George Pontis diff -Naur bb.a/arch/arm/mach-imx/include/mach/imx53-regs.h bb.b/arch/arm/mach-imx/include/mach/imx53-regs.h --- bb.a/arch/arm/mach-imx/include/mach/imx53-regs.h 2013-02-04 06:24:51.000000000 -0800 +++ bb.b/arch/arm/mach-imx/include/mach/imx53-regs.h 2013-02-06 23:14:45.982747680 -0800 @@ -1,6 +1,17 @@ #ifndef __MACH_IMX53_REGS_H #define __MACH_IMX53_REGS_H +/* WEIM registers */ +#define WEIM_CSxGCR1(n) (((n) * 0x18) + 0x00) +#define WEIM_CSxGCR2(n) (((n) * 0x18) + 0x04) +#define WEIM_CSxRCR1(n) (((n) * 0x18) + 0x08) +#define WEIM_CSxRCR2(n) (((n) * 0x18) + 0x0c) +#define WEIM_CSxWCR1(n) (((n) * 0x18) + 0x10) +#define WEIM_CSxWCR2(n) (((n) * 0x18) + 0x14) +#define WEIM_WCR 0x90 +#define WEIM_WIAR 0x94 +#define WEIM_EAR 0x98 + #define MX53_IROM_BASE_ADDR 0x0 #define MX53_SATA_BASE_ADDR 0x10000000 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox