diff options
Diffstat (limited to 'drivers/mmc/sdhci.h')
| -rw-r--r-- | drivers/mmc/sdhci.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mmc/sdhci.h b/drivers/mmc/sdhci.h index b1aa3acf0906..758cf1c24364 100644 --- a/drivers/mmc/sdhci.h +++ b/drivers/mmc/sdhci.h | |||
| @@ -149,6 +149,10 @@ | |||
| 149 | #define SDHCI_SLOT_INT_STATUS 0xFC | 149 | #define SDHCI_SLOT_INT_STATUS 0xFC |
| 150 | 150 | ||
| 151 | #define SDHCI_HOST_VERSION 0xFE | 151 | #define SDHCI_HOST_VERSION 0xFE |
| 152 | #define SDHCI_VENDOR_VER_MASK 0xFF00 | ||
| 153 | #define SDHCI_VENDOR_VER_SHIFT 8 | ||
| 154 | #define SDHCI_SPEC_VER_MASK 0x00FF | ||
| 155 | #define SDHCI_SPEC_VER_SHIFT 0 | ||
| 152 | 156 | ||
| 153 | struct sdhci_chip; | 157 | struct sdhci_chip; |
| 154 | 158 | ||
