aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-01-30 11:11:18 +0000
committerAndy Green <agreen@octopus.localdomain>2009-01-30 11:11:18 +0000
commitcbbf3eb480c756be8acbe7368ccff81be1999559 (patch)
tree954b2cabe19380bfa398d2c5dd0e778c0c15fd0c /arch/arm/plat-s3c
parent288e42c9ff4fec4beceacac9365f45eb6560ba3c (diff)
fix-s3c64xx-hs-otg-bitfield-errors-and-clean.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/plat-s3c')
-rw-r--r--arch/arm/plat-s3c/include/plat/regs-usb-hs-otg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/plat-s3c/include/plat/regs-usb-hs-otg.h b/arch/arm/plat-s3c/include/plat/regs-usb-hs-otg.h
index 80f84614315..53afa854e9b 100644
--- a/arch/arm/plat-s3c/include/plat/regs-usb-hs-otg.h
+++ b/arch/arm/plat-s3c/include/plat/regs-usb-hs-otg.h
@@ -292,10 +292,10 @@
#define PKT_STS(x) ((x & (0xF<<17)) >> 17)
#define EP_NUM(x) (x & 0xF)
-#define OUT_PKT_RECEIVED (0x2<<17)
-#define OUT_COMPLELTED (0x3<<17)
-#define SETUP_COMPLETED (0x4<<17)
-#define SETUP_PKT_RECEIVED (0x6<<17)
+#define OUT_PKT_RECEIVED (0x2)
+#define OUT_COMPLELTED (0x3)
+#define SETUP_COMPLETED (0x4)
+#define SETUP_PKT_RECEIVED (0x6)
/* S3C_UDC_OTG_DCFG */
#define EP_MIS_CNT(x) (x<<18)