projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff8f59
)
[ARM] 3077/1: S3C2410 - regs-iis.h missing mask for IISMOD_FS
author
Ben Dooks
<ben-linux@fluff.org>
Tue, 1 Nov 2005 19:44:30 +0000
(19:44 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 1 Nov 2005 19:44:30 +0000
(19:44 +0000)
Patch from Ben Dooks
Add definition for S3C2410_IISMOD_FS_MASK
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-s3c2410/regs-iis.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-s3c2410/regs-iis.h
b/include/asm-arm/arch-s3c2410/regs-iis.h
index
fdd62e8
..
7fdde9b
100644
(file)
--- a/
include/asm-arm/arch-s3c2410/regs-iis.h
+++ b/
include/asm-arm/arch-s3c2410/regs-iis.h
@@
-55,6
+55,7
@@
#define S3C2410_IISMOD_16FS (0<<0)
#define S3C2410_IISMOD_32FS (1<<0)
#define S3C2410_IISMOD_48FS (2<<0)
+#define S3C2410_IISMOD_FS_MASK (3<<0)
#define S3C2410_IISPSR (0x08)
#define S3C2410_IISPSR_INTMASK (31<<5)