Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dcore.c1904 unsigned int max_busy_timeout = host->max_busy_timeout ? in mmc_do_calc_max_discard() local
1905 host->max_busy_timeout : MMC_ERASE_TIMEOUT_MS; in mmc_do_calc_max_discard()
1936 if (qty + x > min_qty && timeout > max_busy_timeout) in mmc_do_calc_max_discard()
1998 mmc_hostname(host), max_discard, host->max_busy_timeout ? in mmc_calc_max_discard()
1999 host->max_busy_timeout : MMC_ERASE_TIMEOUT_MS); in mmc_calc_max_discard()
/linux/drivers/mmc/host/
H A Dmmci.c1357 if (cmd->busy_timeout > host->mmc->max_busy_timeout) in mmci_start_command()
1358 clks = (unsigned long long)host->mmc->max_busy_timeout * host->cclk; in mmci_start_command()
1914 u32 max_busy_timeout = 0; in mmci_set_max_busy_timeout() local
1920 max_busy_timeout = U32_MAX / DIV_ROUND_UP(mmc->actual_clock, in mmci_set_max_busy_timeout()
1923 mmc->max_busy_timeout = max_busy_timeout; in mmci_set_max_busy_timeout()
H A Dtifm_sd.c962 mmc->max_busy_timeout = TIFM_MMCSD_REQ_TIMEOUT_MS; in tifm_sd_probe()