Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci-o2micro.c81 u8 dll_adjust_count; member
258 while (o2_host->dll_adjust_count < DMDN_SZ && !ret) { in sdhci_o2_dll_recovery()
273 o2_pci_set_baseclk(chip, dmdn_table[o2_host->dll_adjust_count]); in sdhci_o2_dll_recovery()
293 o2_host->dll_adjust_count); in sdhci_o2_dll_recovery()
301 o2_host->dll_adjust_count++; in sdhci_o2_dll_recovery()
303 if (!ret && o2_host->dll_adjust_count == DMDN_SZ) in sdhci_o2_dll_recovery()
736 o2_host->dll_adjust_count = 0; in sdhci_pci_o2_probe_slot()