Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci-o2micro.c80 struct o2_host { struct
251 struct o2_host *o2_host = sdhci_pci_priv(slot); in sdhci_o2_dll_recovery() local
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()
729 struct o2_host *o2_host = sdhci_pci_priv(slot); in sdhci_pci_o2_probe_slot() local
736 o2_host->dll_adjust_count = 0; in sdhci_pci_o2_probe_slot()
1095 .priv_size = sizeof(struct o2_host),