Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123869
b: refs/heads/master
c: 11e3bd0
h: refs/heads/master
i:
  123867: 2c55f56
v: v3
  • Loading branch information
Kyungmin Park authored and Ben Dooks committed Dec 16, 2008
1 parent 5348dbf commit f2a9269
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: e4ea803ab0fcf985c2a2d24bc905a3cf9138e251
refs/heads/master: 11e3bd09231bbc0188e0b7a2f3da3920fc74af83
6 changes: 3 additions & 3 deletions trunk/arch/arm/plat-s3c64xx/include/plat/pll.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
* published by the Free Software Foundation.
*/

#define S3C6400_PLL_MDIV_MASK ((1 << (25-16)) - 1)
#define S3C6400_PLL_PDIV_MASK ((1 << (13-8)) - 1)
#define S3C6400_PLL_SDIV_MASK ((1 << (2-0)) - 1)
#define S3C6400_PLL_MDIV_MASK ((1 << (25-16+1)) - 1)
#define S3C6400_PLL_PDIV_MASK ((1 << (13-8+1)) - 1)
#define S3C6400_PLL_SDIV_MASK ((1 << (2-0+1)) - 1)
#define S3C6400_PLL_MDIV_SHIFT (16)
#define S3C6400_PLL_PDIV_SHIFT (8)
#define S3C6400_PLL_SDIV_SHIFT (0)
Expand Down

0 comments on commit f2a9269

Please sign in to comment.