lib: charset: correct function descriptions
[oweals/u-boot.git] / include / mvebu_mmc.h
index 28d98fe148a804eb4136f8ee7fae9315c08a0d24..7397165f67f639a9c99e7d22958f358d57b17a10 100644 (file)
@@ -1,11 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Marvell MMC/SD/SDIO driver
  *
  * (C) Copyright 2012
  * Marvell Semiconductor <www.marvell.com>
  * Written-by: Maen Suleiman, Gerald Kerma
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __MVEBU_MMC_H__
@@ -79,6 +78,7 @@
 #define CMD_INHIBIT                            (1 << 0)
 #define CMD_TXACTIVE                           (1 << 8)
 #define CMD_RXACTIVE                           (1 << 9)
+#define CMD_FIFO_EMPTY                         (1 << 13)
 #define CMD_AUTOCMD12ACTIVE                    (1 << 14)
 #define CMD_BUS_BUSY                           (CMD_AUTOCMD12ACTIVE |  \
                                                CMD_RXACTIVE |  \
 #define MMC_CAP_SDIO_IRQ                       (1 << 3)
 /* Talks only SPI protocols */
 #define MMC_CAP_SPI                            (1 << 4)
-/* Needs polling for card-detection */
-#define MMC_CAP_NEEDS_POLL                     (1 << 5)
 /* Can the host do 8 bit transfers */
 #define MMC_CAP_8_BIT_DATA                     (1 << 6)
 
-/* Nonremovable e.g. eMMC */
-#define MMC_CAP_NONREMOVABLE                   (1 << 8)
 /* Waits while card is busy */
 #define MMC_CAP_WAIT_WHILE_BUSY                        (1 << 9)
 /* Allow erase/trim commands */