diff options
| author | Tom Rini <[email protected]> | 2021-10-29 08:27:32 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-29 08:27:32 -0400 |
| commit | a09929cc6c5a108f89e91660f37d745ed119385b (patch) | |
| tree | 9d1b3a9dddc72198f5f823135d60bed7b358faf3 /include | |
| parent | aafc378a6caef453a40f2f9f3d6bef69e592c28d (diff) | |
| parent | c95b0297e95613fc68b1d92118ee64720d142f8c (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-mmc
- Fix mmc_switch timeout
- Update mmc hwpartitiion command
- Support wait_dat0 for Freescale eSDHC/sdhci drivers
Diffstat (limited to 'include')
| -rw-r--r-- | include/sdhci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sdhci.h b/include/sdhci.h index 44a0d84e5ab..c718dd7206c 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -65,6 +65,8 @@ #define SDHCI_CARD_STATE_STABLE BIT(17) #define SDHCI_CARD_DETECT_PIN_LEVEL BIT(18) #define SDHCI_WRITE_PROTECT BIT(19) +#define SDHCI_DATA_LVL_MASK 0x00F00000 +#define SDHCI_DATA_0_LVL_MASK BIT(20) #define SDHCI_HOST_CONTROL 0x28 #define SDHCI_CTRL_LED BIT(0) |
