Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mmc/host/
Dsdhci-pci-o2micro.c74 struct o2_host { struct
245 struct o2_host *o2_host = sdhci_pci_priv(slot); in sdhci_o2_dll_recovery() local
252 while (o2_host->dll_adjust_count < DMDN_SZ && !ret) { in sdhci_o2_dll_recovery()
267 o2_pci_set_baseclk(chip, dmdn_table[o2_host->dll_adjust_count]); in sdhci_o2_dll_recovery()
287 o2_host->dll_adjust_count); in sdhci_o2_dll_recovery()
295 o2_host->dll_adjust_count++; in sdhci_o2_dll_recovery()
297 if (!ret && o2_host->dll_adjust_count == DMDN_SZ) in sdhci_o2_dll_recovery()
607 struct o2_host *o2_host = sdhci_pci_priv(slot); in sdhci_pci_o2_probe_slot() local
614 o2_host->dll_adjust_count = 0; in sdhci_pci_o2_probe_slot()
915 .priv_size = sizeof(struct o2_host),