Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mmc/host/
Dsdhci-pci-o2micro.c69 struct o2_host { struct
238 struct o2_host *o2_host = sdhci_pci_priv(slot); in sdhci_o2_dll_recovery() local
245 while (o2_host->dll_adjust_count < DMDN_SZ && !ret) { in sdhci_o2_dll_recovery()
260 o2_pci_set_baseclk(chip, dmdn_table[o2_host->dll_adjust_count]); in sdhci_o2_dll_recovery()
280 o2_host->dll_adjust_count); in sdhci_o2_dll_recovery()
288 o2_host->dll_adjust_count++; in sdhci_o2_dll_recovery()
290 if (!ret && o2_host->dll_adjust_count == DMDN_SZ) in sdhci_o2_dll_recovery()
561 struct o2_host *o2_host = sdhci_pci_priv(slot); in sdhci_pci_o2_probe_slot() local
568 o2_host->dll_adjust_count = 0; in sdhci_pci_o2_probe_slot()
869 .priv_size = sizeof(struct o2_host),