Home
last modified time | relevance | path

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

/freebsd/sys/dev/sdhci/
H A Dsdhci_pci.c64 #define PCI_SLOT_INFO_SLOTS(x) (((x >> 4) & 7) + 1) macro
359 slots = PCI_SLOT_INFO_SLOTS(slots); in sdhci_pci_attach()