aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mmc/sdhci.h
diff options
context:
space:
mode:
authorTony Lin <tony.lin@freescale.com>2011-07-12 11:08:22 +0800
committerEric Miao <eric.miao@canonical.com>2011-11-10 07:38:09 +0800
commit82f1436ee6b0397e2af0dda9f50dc6dedde75181 (patch)
tree1406bc4cc0fa5b6e928e69d6368e4ed4ef6fd356 /include/linux/mmc/sdhci.h
parent9e348dff911309ecb64cd63a3221843184e83a0b (diff)
ENGR00152547-02 [MX6Q]add SDHC3.0 support on uSDHC controller
add CMD used on SDHC3.0 card add specific parameters for SDHC3.0 card tuning Signed-off-by: Tony Lin <tony.lin@freescale.com>
Diffstat (limited to 'include/linux/mmc/sdhci.h')
-rw-r--r--include/linux/mmc/sdhci.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mmc/sdhci.h b/include/linux/mmc/sdhci.h
index 83bd9f76709..0c9a039d0cf 100644
--- a/include/linux/mmc/sdhci.h
+++ b/include/linux/mmc/sdhci.h
@@ -145,6 +145,10 @@ struct sdhci_host {
unsigned int ocr_avail_sd;
unsigned int ocr_avail_mmc;
+ unsigned int tuning_min;
+ unsigned int tuning_max;
+ unsigned int tuning_step;
+
unsigned long private[0] ____cacheline_aligned;
};
#endif /* __SDHCI_H */