summaryrefslogtreecommitdiffstats
path: root/include/fsl-mc
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2015-09-07 13:43:52 +0200
committerTom Rini <trini@konsulko.com>2015-09-11 17:15:32 -0400
commit92a3188d7d836779915e3a6f9251fa07b9c753e4 (patch)
tree38057fbc4a6d77ffabdbc48bc863293f2e89e22d /include/fsl-mc
parent9d2f6a9ae70d06e4cead539e57f264c980643f53 (diff)
downloadtalos-obmc-uboot-92a3188d7d836779915e3a6f9251fa07b9c753e4.tar.gz
talos-obmc-uboot-92a3188d7d836779915e3a6f9251fa07b9c753e4.zip
bitops: introduce BIT() definition
introduce BIT() definition, used in at91_udc gadget driver. Signed-off-by: Heiko Schocher <hs@denx.de> [remove all other occurrences of BIT(x) definition] Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Acked-by: Stefan Roese <sr@denx.de> Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/fsl-mc')
-rw-r--r--include/fsl-mc/fsl_mc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fsl-mc/fsl_mc.h b/include/fsl-mc/fsl_mc.h
index 9106f25f68..9517a4a7b5 100644
--- a/include/fsl-mc/fsl_mc.h
+++ b/include/fsl-mc/fsl_mc.h
@@ -12,7 +12,6 @@
#define MC_CCSR_BASE_ADDR \
((struct mc_ccsr_registers __iomem *)0x8340000)
-#define BIT(x) (1 << (x))
#define GCR1_P1_STOP BIT(31)
#define GCR1_P2_STOP BIT(30)
#define GCR1_P1_DE_RST BIT(23)
OpenPOWER on IntegriCloud