Lines Matching defs:o2_host
70 struct o2_host {
241 struct o2_host *o2_host = sdhci_pci_priv(slot);
248 while (o2_host->dll_adjust_count < DMDN_SZ && !ret) {
263 o2_pci_set_baseclk(chip, dmdn_table[o2_host->dll_adjust_count]);
283 o2_host->dll_adjust_count);
291 o2_host->dll_adjust_count++;
293 if (!ret && o2_host->dll_adjust_count == DMDN_SZ)
564 struct o2_host *o2_host = sdhci_pci_priv(slot);
571 o2_host->dll_adjust_count = 0;
870 .priv_size = sizeof(struct o2_host),