~ari-tczew/ubuntu/lucid/skyeye/sru-lp-464175

« back to all changes in this revision

Viewing changes to arch/arm/mach/s3c2410x.h

  • Committer: Bazaar Package Importer
  • Author(s): Yu Guanghui
  • Date: 2007-08-07 13:25:49 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20070807132549-96159k1obat1fxr0
Tags: 1.2.3-1
* New upstream release
* Added NO_BFD=1, don't require libbfd now. (Closes:Bug#423933) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
* Memory Controller Registers
33
33
********************************************/
34
34
#define MEM_CTL_BASE            (0x48000000)
 
35
#define MEM_CTL_SIZE            (0x30)
35
36
 
36
37
#define BWSCON          MEM_CTL_BASE+(0x0)
37
38
#define BANKCON0        MEM_CTL_BASE+(0x4)
48
49
#define MRSRB7          MEM_CTL_BASE+(0x30)
49
50
 
50
51
/********************************************
 
52
* LCD Controller Registers
 
53
********************************************/
 
54
#define LCD_CTL_BASE           (0x4D000000)
 
55
#define LCD_CTL_SIZE           (0x60)
 
56
 
 
57
 
 
58
/********************************************
51
59
* GPIO Controller Registers
52
60
********************************************/
53
61
#define GPIO_CTL_BASE           (0x56000000)
208
216
#define BCDDAY          RTC_CTL_BASE+(0x80)
209
217
#define BCDMON          RTC_CTL_BASE+(0x84)
210
218
#define BCDYEAR         RTC_CTL_BASE+(0x88)
 
219
/***************************/
 
220
/* WatchDog Timer Registers     */
 
221
/***************************/
 
222
 
 
223
#define WD_TIMER_BASE 0x53000000
 
224
 
 
225
#define WDCON   (WD_TIMER_BASE + 0)
 
226
#define WDDAT   (WD_TIMER_BASE + 0x4)
 
227
#define WDCNT   (WD_TIMER_BASE + 0x8)
211
228
 
212
229
/***************************/
213
230
/* PWM Timer Registers     */