Searched refs:PCI_SLOT_INFO_SLOTS (Results 1 – 2 of 2) sorted by relevance
/drivers/mmc/host/ | ||
D | sdhci-pci.h | 129 #define PCI_SLOT_INFO_SLOTS(x) ((x >> 4) & 7) macro |
D | sdhci-pci-core.c | 2209 slots = PCI_SLOT_INFO_SLOTS(slots) + 1; in sdhci_pci_probe() |