Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci.c2925 u32 max_current_caps; in sdhci_add_host() local
3278 max_current_caps = sdhci_readl(host, SDHCI_MAX_CURRENT); in sdhci_add_host()
3279 if (!max_current_caps && !IS_ERR(mmc->supply.vmmc)) { in sdhci_add_host()
3288 max_current_caps = in sdhci_add_host()
3298 mmc->max_current_330 = ((max_current_caps & in sdhci_add_host()
3306 mmc->max_current_300 = ((max_current_caps & in sdhci_add_host()
3314 mmc->max_current_180 = ((max_current_caps & in sdhci_add_host()