Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpci_cap.h34 #define PCI_CAP_XCFG_FLAG (1u << PCI_CAP_XCFG_FLAG_SHIFT) macro
49 #define PCI_CAP_XCFG_SPC(i) ((i) ? (i) | PCI_CAP_XCFG_FLAG : 0)
74 #define PCI_CAP_LOCATE(h, id, base_p) ((id) & PCI_CAP_XCFG_FLAG ? \
/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c111 PCI_CAP_XCFG_FLAG; in pci_cap_probe()