Lines Matching defs:o2_host
80 struct o2_host {
251 struct o2_host *o2_host = sdhci_pci_priv(slot);
258 while (o2_host->dll_adjust_count < DMDN_SZ && !ret) {
273 o2_pci_set_baseclk(chip, dmdn_table[o2_host->dll_adjust_count]);
293 o2_host->dll_adjust_count);
301 o2_host->dll_adjust_count++;
303 if (!ret && o2_host->dll_adjust_count == DMDN_SZ)
729 struct o2_host *o2_host = sdhci_pci_priv(slot);
736 o2_host->dll_adjust_count = 0;
1095 .priv_size = sizeof(struct o2_host),