Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dsdhci-pci-o2micro.c67 struct o2_host { struct
236 struct o2_host *o2_host = sdhci_pci_priv(slot); in sdhci_o2_dll_recovery() local
243 while (o2_host->dll_adjust_count < DMDN_SZ && !ret) { in sdhci_o2_dll_recovery()
258 o2_pci_set_baseclk(chip, dmdn_table[o2_host->dll_adjust_count]); in sdhci_o2_dll_recovery()
278 o2_host->dll_adjust_count); in sdhci_o2_dll_recovery()
286 o2_host->dll_adjust_count++; in sdhci_o2_dll_recovery()
288 if (!ret && o2_host->dll_adjust_count == DMDN_SZ) in sdhci_o2_dll_recovery()
541 struct o2_host *o2_host = sdhci_pci_priv(slot); in sdhci_pci_o2_probe_slot() local
548 o2_host->dll_adjust_count = 0; in sdhci_pci_o2_probe_slot()
841 .priv_size = sizeof(struct o2_host),