Searched refs:SDHCI_MAX_CURRENT_LIMIT (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ | ||
| H A D | sdhci.h | 237 #define SDHCI_MAX_CURRENT_LIMIT GENMASK(7, 0) macro |
| H A D | sdhci.c | 4521 curr = min_t(u32, curr, SDHCI_MAX_CURRENT_LIMIT); in sdhci_setup_host() |