treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
[sfrench/cifs-2.6.git] / arch / arm / mach-w90x900 / regs-ebi.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * arch/arm/mach-w90x900/include/mach/regs-ebi.h
4  *
5  * Copyright (c) 2009 Nuvoton technology corporation.
6  *
7  * Wan ZongShun <mcuos.com@gmail.com>
8  */
9
10 #ifndef __ASM_ARCH_REGS_EBI_H
11 #define __ASM_ARCH_REGS_EBI_H
12
13 /* EBI Control Registers */
14
15 #define EBI_BA          W90X900_VA_EBI
16 #define REG_EBICON      (EBI_BA + 0x00)
17 #define REG_ROMCON      (EBI_BA + 0x04)
18 #define REG_SDCONF0     (EBI_BA + 0x08)
19 #define REG_SDCONF1     (EBI_BA + 0x0C)
20 #define REG_SDTIME0     (EBI_BA + 0x10)
21 #define REG_SDTIME1     (EBI_BA + 0x14)
22 #define REG_EXT0CON     (EBI_BA + 0x18)
23 #define REG_EXT1CON     (EBI_BA + 0x1C)
24 #define REG_EXT2CON     (EBI_BA + 0x20)
25 #define REG_EXT3CON     (EBI_BA + 0x24)
26 #define REG_EXT4CON     (EBI_BA + 0x28)
27 #define REG_CKSKEW      (EBI_BA + 0x2C)
28
29 #endif /*  __ASM_ARCH_REGS_EBI_H */