mmc: sdhci: Move DMA handling to prepare_dma() function
[oweals/u-boot.git] / include / sdhci.h
index bef37df982e4e9e17d3a223d4c81377812f4bb13..c66ec6ca2546cba85170828c682fd2409079f9e1 100644 (file)
@@ -272,6 +272,9 @@ struct sdhci_host {
        uint    voltages;
 
        struct mmc_config cfg;
+       dma_addr_t start_addr;
+       int flags;
+#define USE_SDMA       (0x1 << 0)
 };
 
 #ifdef CONFIG_MMC_SDHCI_IO_ACCESSORS