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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/sdhci.h b/drivers/mmc/sdhci.h
index f8df28f8d6dd..8ed2a8973db6 100644
--- a/drivers/mmc/sdhci.h
+++ b/drivers/mmc/sdhci.h
@@ -23,6 +23,7 @@
23#define SDHCI_DMA_ADDRESS 0x00 23#define SDHCI_DMA_ADDRESS 0x00
24 24
25#define SDHCI_BLOCK_SIZE 0x04 25#define SDHCI_BLOCK_SIZE 0x04
26#define SDHCI_MAKE_BLKSZ(dma, blksz) (((dma & 0x7) << 12) | (blksz & 0xFFF))
26 27
27#define SDHCI_BLOCK_COUNT 0x06 28#define SDHCI_BLOCK_COUNT 0x06
28 29