Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci.c3476 u32 max_current_caps; in sdhci_setup_host() local
3847 max_current_caps = sdhci_readl(host, SDHCI_MAX_CURRENT); in sdhci_setup_host()
3848 if (!max_current_caps && !IS_ERR(mmc->supply.vmmc)) { in sdhci_setup_host()
3857 max_current_caps = in sdhci_setup_host()
3867 mmc->max_current_330 = ((max_current_caps & in sdhci_setup_host()
3875 mmc->max_current_300 = ((max_current_caps & in sdhci_setup_host()
3883 mmc->max_current_180 = ((max_current_caps & in sdhci_setup_host()