Searched refs:max_current_caps (Results 1 – 1 of 1) sorted by relevance
2925 u32 max_current_caps; in sdhci_add_host() local3278 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()