-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 123863 b: refs/heads/master c: 3627379 h: refs/heads/master i: 123861: 7edf411 123859: fe44fbd 123855: d3db57b v: v3
- Loading branch information
Ben Dooks
committed
Dec 15, 2008
1 parent
53aa848
commit 82208ad
Showing
3 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 1451325ced5f9b1a3e5da07521deb049e32cb15a | ||
refs/heads/master: 3627379fc6b3e2b531b371af97d8ce0040fc3646 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* arch/arm/plat-s3c64xx/include/plat/regs-sys.h | ||
* | ||
* Copyright 2008 Openmoko, Inc. | ||
* Copyright 2008 Simtec Electronics | ||
* Ben Dooks <ben@simtec.co.uk> | ||
* http://armlinux.simtec.co.uk/ | ||
* | ||
* S3C64XX system register definitions | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
#ifndef __PLAT_REGS_SYS_H | ||
#define __PLAT_REGS_SYS_H __FILE__ | ||
|
||
#define S3C_SYSREG(x) (S3C_VA_SYS + (x)) | ||
|
||
#define S3C64XX_OTHERS S3C_SYSREG(0x900) | ||
|
||
#define S3C64XX_OTHERS_USBMASK (1 << 16) | ||
|
||
#endif /* _PLAT_REGS_SYS_H */ |