aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/sdhci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/sdhci.h')
-rw-r--r--drivers/mmc/sdhci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/sdhci.h b/drivers/mmc/sdhci.h
index 8ed2a8973db6..b1aa3acf0906 100644
--- a/drivers/mmc/sdhci.h
+++ b/drivers/mmc/sdhci.h
@@ -131,6 +131,8 @@
131#define SDHCI_TIMEOUT_CLK_UNIT 0x00000080 131#define SDHCI_TIMEOUT_CLK_UNIT 0x00000080
132#define SDHCI_CLOCK_BASE_MASK 0x00003F00 132#define SDHCI_CLOCK_BASE_MASK 0x00003F00
133#define SDHCI_CLOCK_BASE_SHIFT 8 133#define SDHCI_CLOCK_BASE_SHIFT 8
134#define SDHCI_MAX_BLOCK_MASK 0x00030000
135#define SDHCI_MAX_BLOCK_SHIFT 16
134#define SDHCI_CAN_DO_DMA 0x00400000 136#define SDHCI_CAN_DO_DMA 0x00400000
135#define SDHCI_CAN_VDD_330 0x01000000 137#define SDHCI_CAN_VDD_330 0x01000000
136#define SDHCI_CAN_VDD_300 0x02000000 138#define SDHCI_CAN_VDD_300 0x02000000
@@ -161,6 +163,7 @@ struct sdhci_host {
161 163
162 unsigned int max_clk; /* Max possible freq (MHz) */ 164 unsigned int max_clk; /* Max possible freq (MHz) */
163 unsigned int timeout_clk; /* Timeout freq (KHz) */ 165 unsigned int timeout_clk; /* Timeout freq (KHz) */
166 unsigned int max_block; /* Max block size (bytes) */
164 167
165 unsigned int clock; /* Current clock (MHz) */ 168 unsigned int clock; /* Current clock (MHz) */
166 unsigned short power; /* Current voltage */ 169 unsigned short power; /* Current voltage */