2 * Special Function Register (SFR)
4 * Copyright (C) 2014 Atmel
5 * Bo Shen <voice.shen@atmel.com>
7 * SPDX-License-Identifier: GPL-2.0+
14 u32 reserved1; /* 0x00 */
15 u32 ddrcfg; /* 0x04: DDR Configuration Register */
16 u32 reserved2; /* 0x08 */
17 u32 reserved3; /* 0x0c */
18 u32 ohciicr; /* 0x10: OHCI Interrupt Configuration Register */
19 u32 ohciisr; /* 0x14: OHCI Interrupt Status Register */
20 u32 reserved4[4]; /* 0x18 ~ 0x24 */
21 u32 secure; /* 0x28: Security Configuration Register */
22 u32 reserved5[5]; /* 0x2c ~ 0x3c */
23 u32 ebicfg; /* 0x40: EBI Configuration Register */
24 u32 reserved6[2]; /* 0x44 ~ 0x48 */
27 u32 aicredir; /* 0x54 */
30 /* Bit field in DDRCFG */
31 #define ATMEL_SFR_DDRCFG_FDQIEN 0x00010000
32 #define ATMEL_SFR_DDRCFG_FDQSIEN 0x00020000
34 /* Bit field in AICREDIR */
35 #define ATMEL_SFR_AICREDIR_NSAIC 0x00000001