Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pci/
Dpcireg.h57 #define PCI_RID_BUS_SHIFT 8 macro
62 ((((bus) & PCI_BUSMAX) << PCI_RID_BUS_SHIFT) | \
67 ((((bus) & PCI_BUSMAX) << PCI_RID_BUS_SHIFT) | \
70 #define PCI_RID2BUS(rid) (((rid) >> PCI_RID_BUS_SHIFT) & PCI_BUSMAX)