Merge tag 'reset-for-v5.3' of git://git.pengutronix.de/git/pza/linux into arm/drivers
[sfrench/cifs-2.6.git] / arch / arm / mach-w90x900 / regs-gcr.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * arch/arm/mach-w90x900/include/mach/regs-gcr.h
4  *
5  * Copyright (c) 2010 Nuvoton technology corporation
6  * All rights reserved.
7  *
8  * Wan ZongShun <mcuos.com@gmail.com>
9  */
10
11 #ifndef __ASM_ARCH_REGS_GCR_H
12 #define __ASM_ARCH_REGS_GCR_H
13
14 /* Global control registers */
15
16 #define GCR_BA          W90X900_VA_GCR
17 #define REG_PDID        (GCR_BA+0x000)
18 #define REG_PWRON       (GCR_BA+0x004)
19 #define REG_ARBCON      (GCR_BA+0x008)
20 #define REG_MFSEL       (GCR_BA+0x00C)
21 #define REG_EBIDPE      (GCR_BA+0x010)
22 #define REG_LCDDPE      (GCR_BA+0x014)
23 #define REG_GPIOCPE     (GCR_BA+0x018)
24 #define REG_GPIODPE     (GCR_BA+0x01C)
25 #define REG_GPIOEPE     (GCR_BA+0x020)
26 #define REG_GPIOFPE     (GCR_BA+0x024)
27 #define REG_GPIOGPE     (GCR_BA+0x028)
28 #define REG_GPIOHPE     (GCR_BA+0x02C)
29 #define REG_GPIOIPE     (GCR_BA+0x030)
30 #define REG_GTMP1       (GCR_BA+0x034)
31 #define REG_GTMP2       (GCR_BA+0x038)
32 #define REG_GTMP3       (GCR_BA+0x03C)
33
34 #endif /*  __ASM_ARCH_REGS_GCR_H */