Home
last modified time | relevance | path

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

/components/drivers/sdio/sdhci/
A Dsdhci.c2358 if (host->max_clk <= clock) in rt_sdhci_clk_set()
2365 if ((host->max_clk / div) <= clock) in rt_sdhci_clk_set()
2372 && !div && host->max_clk <= 25000000) in rt_sdhci_clk_set()
2380 if ((host->max_clk / div) <= clock) in rt_sdhci_clk_set()
2559 size_t max_clk; in rt_sdhci_setup_host() local
2638 host->max_clk *= 1000000; in rt_sdhci_setup_host()
2648 host->max_clk = host->ops->get_max_clock(host); in rt_sdhci_setup_host()
2656 max_clk = host->max_clk; in rt_sdhci_setup_host()
2663 max_clk = host->max_clk * host->clk_mul; in rt_sdhci_setup_host()
2670 if (!mmc->f_max || mmc->f_max > max_clk) in rt_sdhci_setup_host()
[all …]
/components/drivers/sdio/sdhci/include/
A Dsdhci.h451 unsigned int max_clk; /* Max possible freq (MHz) */ member

Completed in 10 milliseconds