aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-s3c2410/regs-iis.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-25 16:19:32 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-25 16:19:32 -0700
commitab2fd30b668b1687a9ca9e9ea0b60145deeafe84 (patch)
treeeba2812d94c3a6add143b7ee182e4411a9f3d994 /include/asm-arm/arch-s3c2410/regs-iis.h
parent25ee7e3832951cf5896b194f6cd929a44863f419 (diff)
parent2fac6f3fec2303649e9cd572255776cb93d3f888 (diff)
downloadkernel_samsung_espresso10-ab2fd30b668b1687a9ca9e9ea0b60145deeafe84.zip
kernel_samsung_espresso10-ab2fd30b668b1687a9ca9e9ea0b60145deeafe84.tar.gz
kernel_samsung_espresso10-ab2fd30b668b1687a9ca9e9ea0b60145deeafe84.tar.bz2
Automated merge of kernel.org:/home/rmk/linux-2.6-rmk.git
Diffstat (limited to 'include/asm-arm/arch-s3c2410/regs-iis.h')
-rw-r--r--include/asm-arm/arch-s3c2410/regs-iis.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-arm/arch-s3c2410/regs-iis.h b/include/asm-arm/arch-s3c2410/regs-iis.h
index 7ae8e1f..385b07d 100644
--- a/include/asm-arm/arch-s3c2410/regs-iis.h
+++ b/include/asm-arm/arch-s3c2410/regs-iis.h
@@ -14,6 +14,7 @@
* 26-06-2003 BJD Finished off definitions for register addresses
* 12-03-2004 BJD Updated include protection
* 07-03-2005 BJD Added FIFO size flags and S3C2440 MPLL
+ * 05-04-2005 LCVR Added IISFCON definitions for the S3C2400
*/
#ifndef __ASM_ARCH_REGS_IIS_H
@@ -68,5 +69,14 @@
#define S3C2410_IISFCON_RXMASK (0x3f)
#define S3C2410_IISFCON_RXSHIFT (0)
+#define S3C2400_IISFCON_TXDMA (1<<11)
+#define S3C2400_IISFCON_RXDMA (1<<10)
+#define S3C2400_IISFCON_TXENABLE (1<<9)
+#define S3C2400_IISFCON_RXENABLE (1<<8)
+#define S3C2400_IISFCON_TXMASK (0x07 << 4)
+#define S3C2400_IISFCON_TXSHIFT (4)
+#define S3C2400_IISFCON_RXMASK (0x07)
+#define S3C2400_IISFCON_RXSHIFT (0)
+
#define S3C2410_IISFIFO (0x10)
#endif /* __ASM_ARCH_REGS_IIS_H */