Searched refs:SDHCI_CLOCK_V3_BASE_MASK (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/ | ||
D | sdhci.h | 154 #define SDHCI_CLOCK_V3_BASE_MASK 0x0000FF00 macro |
/external/u-boot/drivers/mmc/ | ||
D | sdhci.c | 594 host->max_clk = (caps & SDHCI_CLOCK_V3_BASE_MASK) >> |