aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmci.h
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2010-07-21 12:55:18 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-07-29 15:40:32 +0100
commit4380c14fd77338bac9d1da4dc5dd9f6eb4966c82 (patch)
tree1042ee4eec5b78c646fb75f6f8bb71328eb52673 /drivers/mmc/host/mmci.h
parentARM: 6244/1: mmci: add variant data and default MCICLOCK support (diff)
downloadlinux-dev-4380c14fd77338bac9d1da4dc5dd9f6eb4966c82.tar.xz
linux-dev-4380c14fd77338bac9d1da4dc5dd9f6eb4966c82.zip
ARM: 6245/1: mmci: enable hardware flow control on Ux500 variants
Although both the U300 and Ux500 use ST variants, the HWFCEN bits are at different positions, so use the variant_data to store the information. Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to '')
-rw-r--r--drivers/mmc/host/mmci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/mmci.h b/drivers/mmc/host/mmci.h
index b98cc782402a..68970cfb81e1 100644
--- a/drivers/mmc/host/mmci.h
+++ b/drivers/mmc/host/mmci.h
@@ -28,8 +28,6 @@
#define MCI_4BIT_BUS (1 << 11)
/* 8bit wide buses supported in ST Micro versions */
#define MCI_ST_8BIT_BUS (1 << 12)
-/* HW flow control on the ST Micro version */
-#define MCI_ST_FCEN (1 << 13)
#define MMCIARGUMENT 0x008
#define MMCICOMMAND 0x00c