Searched defs:sdhci_pci_chip (Results 1 – 1 of 1) sorted by relevance
77 struct sdhci_pci_chip { struct78 struct pci_dev *pdev;80 unsigned int quirks;81 unsigned int quirks2;82 bool allow_runtime_pm;83 const struct sdhci_pci_fixes *fixes;85 int num_slots; /* Slots on controller */86 struct sdhci_pci_slot *slots[MAX_SLOTS]; /* Pointers to host slots */