Searched refs:get_max_clock (Results 1 – 2 of 2) sorted by relevance
613 unsigned int (*get_max_clock)(struct rt_sdhci_host *host); member
2641 if (!host->ops->get_max_clock) in rt_sdhci_setup_host()2644 mmc_hostname(mmc), host->ops->get_max_clock); in rt_sdhci_setup_host()2648 host->max_clk = host->ops->get_max_clock(host); in rt_sdhci_setup_host()
Completed in 10 milliseconds