]> git.sur5r.net Git - u-boot/blobdiff - include/dwmmc.h
dtoc: Add a way for tests to request the fallback library
[u-boot] / include / dwmmc.h
index 164d1dc69049dd7de74c338bcb78b72b54abfc4f..5b9602cd05c4a627c16513c3721c8bb492dea731 100644 (file)
 
 /* Status Register */
 #define DWMCI_BUSY             (1 << 9)
-#define DWMCI_FIFO_MASK                0x1ff
+#define DWMCI_FIFO_MASK                0x1fff
 #define DWMCI_FIFO_SHIFT       17
 
 /* FIFOTH Register */
@@ -295,9 +295,6 @@ int add_dwmci(struct dwmci_host *host, u32 max_clk, u32 min_clk);
 
 #ifdef CONFIG_DM_MMC_OPS
 /* Export the operations to drivers */
-int dwmci_send_cmd(struct udevice *dev, struct mmc_cmd *cmd,
-                  struct mmc_data *data);
-int dwmci_set_ios(struct udevice *dev);
 int dwmci_probe(struct udevice *dev);
 extern const struct dm_mmc_ops dm_dwmci_ops;
 #endif