Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dtmio_mmc.h192 unsigned int (*get_timeout_cycles)(struct tmio_mmc_host *host); member
H A Dtmio_mmc_core.c936 host->mmc->max_busy_timeout = host->get_timeout_cycles(host) / in tmio_mmc_max_busy_timeout()
1158 if (pdata->flags & TMIO_MMC_USE_BUSY_TIMEOUT && !_host->get_timeout_cycles) in tmio_mmc_host_probe()
1159 _host->get_timeout_cycles = tmio_mmc_get_timeout_cycles; in tmio_mmc_host_probe()
H A Drenesas_sdhi_core.c1070 host->get_timeout_cycles = renesas_sdhi_gen3_get_cycles; in renesas_sdhi_probe()