From f2a9269a903d38cdcdab61e26069418ffe7809fd Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Tue, 25 Nov 2008 17:05:22 +0900 Subject: [PATCH] --- yaml --- r: 123869 b: refs/heads/master c: 11e3bd09231bbc0188e0b7a2f3da3920fc74af83 h: refs/heads/master i: 123867: 2c55f566dc3644f44a105b7540d0552845d4c50f v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-s3c64xx/include/plat/pll.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index a4ce2bf4141e..0cf4616bdede 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e4ea803ab0fcf985c2a2d24bc905a3cf9138e251 +refs/heads/master: 11e3bd09231bbc0188e0b7a2f3da3920fc74af83 diff --git a/trunk/arch/arm/plat-s3c64xx/include/plat/pll.h b/trunk/arch/arm/plat-s3c64xx/include/plat/pll.h index 1a8576422f17..90bbd72fdc4e 100644 --- a/trunk/arch/arm/plat-s3c64xx/include/plat/pll.h +++ b/trunk/arch/arm/plat-s3c64xx/include/plat/pll.h @@ -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)