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