Searched refs:PCI_XCAP_GET32 (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci_cap.h | 96 #define PCI_XCAP_GET32(h, i, b, o) ((uint32_t) \ macro
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcieb.c | 1338 aer_msi_off = (PCI_XCAP_GET32(bus_p->bus_cfg_hdl, 0, in pcieb_intr_init() 2069 serialid = PCI_XCAP_GET32(config_handle, 0, in pcieb_id_props() 2072 serialid |= PCI_XCAP_GET32(config_handle, 0, in pcieb_id_props()
|
H A D | pcie.c | 986 high = PCI_XCAP_GET32(h, 0, cap, PCIE_SER_SID_UPPER_DW); in pcie_determine_serial() 987 low = PCI_XCAP_GET32(h, 0, cap, PCIE_SER_SID_LOWER_DW); in pcie_determine_serial()
|