Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci.c3723 u32 max_current_caps; in sdhci_setup_host() local
4092 max_current_caps = sdhci_readl(host, SDHCI_MAX_CURRENT); in sdhci_setup_host()
4093 if (!max_current_caps && !IS_ERR(mmc->supply.vmmc)) { in sdhci_setup_host()
4102 max_current_caps = in sdhci_setup_host()
4112 mmc->max_current_330 = ((max_current_caps & in sdhci_setup_host()
4120 mmc->max_current_300 = ((max_current_caps & in sdhci_setup_host()
4128 mmc->max_current_180 = ((max_current_caps & in sdhci_setup_host()