diff options
author | Ben Dooks <ben-linux@fluff.org> | 2005-11-01 19:44:30 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-01 19:44:30 +0000 |
commit | 4ebc3364de368c92138e740f6c9050c93a2f0c3c (patch) | |
tree | 0e770a0776a8a00bf241983858e2684502c6e349 /include/asm-arm/arch-s3c2410 | |
parent | 6ff8f59f13974ab54086c5c86898647642bc77dd (diff) | |
download | kernel_samsung_crespo-4ebc3364de368c92138e740f6c9050c93a2f0c3c.zip kernel_samsung_crespo-4ebc3364de368c92138e740f6c9050c93a2f0c3c.tar.gz kernel_samsung_crespo-4ebc3364de368c92138e740f6c9050c93a2f0c3c.tar.bz2 |
[ARM] 3077/1: S3C2410 - regs-iis.h missing mask for IISMOD_FS
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>
Diffstat (limited to 'include/asm-arm/arch-s3c2410')
-rw-r--r-- | include/asm-arm/arch-s3c2410/regs-iis.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-s3c2410/regs-iis.h b/include/asm-arm/arch-s3c2410/regs-iis.h index fdd62e8..7fdde9b 100644 --- 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) |