Skip to content

Commit

Permalink
[ARM] 3077/1: S3C2410 - regs-iis.h missing mask for IISMOD_FS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Russell King committed Nov 1, 2005
1 parent 6ff8f59 commit 4ebc336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-arm/arch-s3c2410/regs-iis.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4ebc336

Please sign in to comment.