summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-samsung/include/mach/s3c-busctl.h
blob: 4bcf0a701368c87139e169b4920b2da86ab2b994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * Copyright (C) 2011 Juergen Beisert, Pengutronix
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation; either version 2 of
 * the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#ifndef __MACH_S3C_BUSCTL_H
# define __MACH_S3C_BUSCTL_H

#define S3C_BWSCON (S3C_MEMCTL_BASE)
#define S3C_BANKCON0 (S3C_MEMCTL_BASE + 0x04)
#define S3C_BANKCON1 (S3C_MEMCTL_BASE + 0x08)
#define S3C_BANKCON2 (S3C_MEMCTL_BASE + 0x0c)
#define S3C_BANKCON3 (S3C_MEMCTL_BASE + 0x10)
#define S3C_BANKCON4 (S3C_MEMCTL_BASE + 0x14)
#define S3C_BANKCON5 (S3C_MEMCTL_BASE + 0x18)
#define S3C_BANKCON6 (S3C_MEMCTL_BASE + 0x1c)
#define S3C_BANKCON7 (S3C_MEMCTL_BASE + 0x20)
#define S3C_REFRESH (S3C_MEMCTL_BASE + 0x24)
#define S3C_BANKSIZE (S3C_MEMCTL_BASE + 0x28)
#define S3C_MRSRB6 (S3C_MEMCTL_BASE + 0x2c)
#define S3C_MRSRB7 (S3C_MEMCTL_BASE + 0x30)

#endif /* __MACH_S3C_BUSCTL_H */