diff options
author | Tom Rini <trini@konsulko.com> | 2016-09-21 11:48:02 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-21 11:48:02 -0400 |
commit | f85fad024f208ceedb3ce0bb1819936e62a0983e (patch) | |
tree | f9c059cce2ca7ea0fdc74e16b76a6ec7ad3e1108 /include/sdhci.h | |
parent | a2ed3f452dd1cf4982fe46d5111d200909786686 (diff) | |
parent | 2b42903397b4d6b68fe2af95565a8953b08ab96e (diff) |
Merge branch 'master' of http://git.denx.de/u-boot-mmc
Diffstat (limited to 'include/sdhci.h')
-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 6844c73bdc..144570f2be 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -97,6 +97,7 @@ #define SDHCI_DIV_MASK 0xFF #define SDHCI_DIV_MASK_LEN 8 #define SDHCI_DIV_HI_MASK 0x300 +#define SDHCI_PROG_CLOCK_MODE 0x0020 #define SDHCI_CLOCK_CARD_EN 0x0004 #define SDHCI_CLOCK_INT_STABLE 0x0002 #define SDHCI_CLOCK_INT_EN 0x0001 @@ -242,6 +243,7 @@ struct sdhci_host { unsigned int quirks; unsigned int host_caps; unsigned int version; + unsigned int clk_mul; /* Clock Multiplier value */ unsigned int clock; struct mmc *mmc; const struct sdhci_ops *ops; |