Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132903
b: refs/heads/master
c: eac8473
h: refs/heads/master
i:
  132901: 88d261f
  132899: 9af6c74
  132895: abe4305
v: v3
  • Loading branch information
Ben Dooks authored and Mark Brown committed Mar 9, 2009
1 parent 2b73133 commit b9a020a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b849bcff0004aa5dd216b4d3eb56f51c9df8a72
refs/heads/master: eac84739721857f4d5be3d9127f4644f16a9bea4
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
#define S3C2412_IISMOD_LR_LLOW (0 << 7)
#define S3C2412_IISMOD_LR_RLOW (1 << 7)
#define S3C2412_IISMOD_SDF_IIS (0 << 5)
#define S3C2412_IISMOD_SDF_MSB (0 << 5)
#define S3C2412_IISMOD_SDF_LSB (0 << 5)
#define S3C2412_IISMOD_SDF_MSB (1 << 5)
#define S3C2412_IISMOD_SDF_LSB (2 << 5)
#define S3C2412_IISMOD_SDF_MASK (3 << 5)
#define S3C2412_IISMOD_RCLK_256FS (0 << 3)
#define S3C2412_IISMOD_RCLK_512FS (1 << 3)
Expand Down

0 comments on commit b9a020a

Please sign in to comment.