Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.h599 int tuning_delay; member
H A Dsdhci.c2789 if (host->tuning_delay > 0) in __sdhci_execute_tuning()
2790 mdelay(host->tuning_delay); in __sdhci_execute_tuning()
2861 if (host->tuning_delay < 0) in sdhci_execute_tuning()
2862 host->tuning_delay = opcode == MMC_SEND_TUNING_BLOCK; in sdhci_execute_tuning()
3947 host->tuning_delay = -1; in sdhci_alloc_host()
H A Dsdhci-of-esdhc.c1443 host->tuning_delay = 1; in sdhci_esdhc_probe()