Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mmc/host/
Dtmio_mmc.h192 unsigned int (*get_timeout_cycles)(struct tmio_mmc_host *host); member
Dtmio_mmc_core.c934 host->mmc->max_busy_timeout = host->get_timeout_cycles(host) / in tmio_mmc_max_busy_timeout()
1156 if (pdata->flags & TMIO_MMC_USE_BUSY_TIMEOUT && !_host->get_timeout_cycles) in tmio_mmc_host_probe()
1157 _host->get_timeout_cycles = tmio_mmc_get_timeout_cycles; in tmio_mmc_host_probe()
Drenesas_sdhi_core.c1070 host->get_timeout_cycles = renesas_sdhi_gen3_get_cycles; in renesas_sdhi_probe()