Home
last modified time | relevance | path

Searched refs:max_current_caps (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dsdhci.c2890 u32 max_current_caps; in sdhci_add_host() local
3248 max_current_caps = sdhci_readl(host, SDHCI_MAX_CURRENT); in sdhci_add_host()
3249 if (!max_current_caps && !IS_ERR(mmc->supply.vmmc)) { in sdhci_add_host()
3258 max_current_caps = in sdhci_add_host()
3268 mmc->max_current_330 = ((max_current_caps & in sdhci_add_host()
3276 mmc->max_current_300 = ((max_current_caps & in sdhci_add_host()
3284 mmc->max_current_180 = ((max_current_caps & in sdhci_add_host()