Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Dsdhci_am654.c461 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
491 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
515 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-bcm-kona.c180 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-cadence.c314 .get_timeout_clock = sdhci_cdns_get_timeout_clock,
Dsdhci-of-aspeed.c336 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-arasan.c404 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
452 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci.h643 unsigned int (*get_timeout_clock)(struct sdhci_host *host); member
Dsdhci.c4471 if (!host->ops->get_timeout_clock) { in sdhci_setup_host()
4479 DIV_ROUND_UP(host->ops->get_timeout_clock(host), in sdhci_setup_host()