Home
last modified time | relevance | path

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

/linux-6.15/drivers/mmc/host/
H A Dtmio_mmc.h195 unsigned int (*get_timeout_cycles)(struct tmio_mmc_host *host); member
H A Dtmio_mmc_core.c929 host->mmc->max_busy_timeout = host->get_timeout_cycles(host) / in tmio_mmc_max_busy_timeout()
1153 if (pdata->flags & TMIO_MMC_USE_BUSY_TIMEOUT && !_host->get_timeout_cycles) in tmio_mmc_host_probe()
1154 _host->get_timeout_cycles = tmio_mmc_get_timeout_cycles; in tmio_mmc_host_probe()
H A Drenesas_sdhi_core.c1206 host->get_timeout_cycles = renesas_sdhi_gen3_get_cycles; in renesas_sdhi_probe()