Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 437
b: refs/heads/master
c: eec99e3
h: refs/heads/master
i:
  435: 63dbe3f
v: v3
  • Loading branch information
Lucas Correia Villa Real authored and Russell King committed Apr 25, 2005
1 parent 4172b43 commit 4285e00
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd7b170201149fd82bc3212cb570a7a7386463a4
refs/heads/master: eec99e345e0568767009341ac35fb5a499301499
10 changes: 10 additions & 0 deletions trunk/include/asm-arm/arch-s3c2410/regs-iis.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 */

0 comments on commit 4285e00

Please sign in to comment.