All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] ARM: OMAP: add missing parenthesis in hsmmc defines
@ 2008-10-16 13:37 Adrian Hunter
  0 siblings, 0 replies; only message in thread
From: Adrian Hunter @ 2008-10-16 13:37 UTC (permalink / raw)
  To: linux-omap Mailing List

And tidy a couple more defines.

Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
---
 drivers/mmc/host/omap_hsmmc.c |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
index 942f68d..3ba24be 100644
--- a/drivers/mmc/host/omap_hsmmc.c
+++ b/drivers/mmc/host/omap_hsmmc.c
@@ -51,30 +51,30 @@
 #define OMAP_HSMMC_ISE		0x0138
 #define OMAP_HSMMC_CAPA		0x0140
 
-#define VS18			(1<<26)
-#define VS30			(1<<25)
-#define SDVS18			(0x5<<9)
-#define SDVS30			(0x6<<9)
+#define VS18			(1 << 26)
+#define VS30			(1 << 25)
+#define SDVS18			(0x5 << 9)
+#define SDVS30			(0x6 << 9)
 #define SDVSCLR			0xFFFFF1FF
 #define SDVSDET			0x00000400
 #define AUTOIDLE		0x1
-#define SDBP			(1<<8)
+#define SDBP			(1 << 8)
 #define DTO			0xe
 #define ICE			0x1
 #define ICS			0x2
-#define CEN			(1<<2)
+#define CEN			(1 << 2)
 #define CLKD_MASK		0x0000FFC0
 #define CLKD_SHIFT		6
 #define DTO_MASK		0x000F0000
 #define DTO_SHIFT		16
 #define INT_EN_MASK		0x307F0033
-#define INIT_STREAM		(1<<1)
-#define DP_SELECT		(1<<21)
-#define DDIR			(1<<4)
+#define INIT_STREAM		(1 << 1)
+#define DP_SELECT		(1 << 21)
+#define DDIR			(1 << 4)
 #define DMA_EN			0x1
-#define MSBS			1<<5
-#define BCE			1<<1
-#define FOUR_BIT		1 << 1
+#define MSBS			(1 << 5)
+#define BCE			(1 << 1)
+#define FOUR_BIT		(1 << 1)
 #define CC			0x1
 #define TC			0x02
 #define OD			0x1
-- 
1.5.4.3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-16 13:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-16 13:37 [PATCH 3/3] ARM: OMAP: add missing parenthesis in hsmmc defines Adrian Hunter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.