Home
last modified time | relevance | path

Searched refs:retune_period (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/trace/events/
H A Dmmc.h42 __field(unsigned int, retune_period)
70 __entry->retune_period = host->retune_period;
93 __entry->hold_retune, __entry->retune_period)
123 __field(unsigned int, retune_period)
158 __entry->retune_period = host->retune_period;
187 __entry->hold_retune, __entry->retune_period)
/openbmc/linux/drivers/mmc/core/
H A Dhost.c115 if (host->retune_period) in mmc_retune_enable()
117 jiffies + host->retune_period * HZ); in mmc_retune_enable()
H A Dsdio.c1055 } else if (host->retune_period) { in mmc_sdio_suspend()
/openbmc/linux/include/linux/mmc/
H A Dhost.h466 unsigned int retune_period; /* re-tuning period in secs */ member
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci-gli.c420 host->mmc->retune_period = 0; in gl9750_execute_tuning()
422 host->mmc->retune_period = host->tuning_count; in gl9750_execute_tuning()
H A Dsdhci-pci-core.c1699 host->mmc->retune_period = 0; in amd_execute_tuning_hs200()
H A Dsdhci.c2935 mmc->retune_period = tuning_count; in sdhci_execute_tuning()