Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c226 PCI_CAP_GET32(h, 0, caps_ptr, PCI_MSI_ADDR_OFFSET))); in pci_msi_configure()
233 "32bit msi_addr = %x\n", PCI_CAP_GET32(h, 0, in pci_msi_configure()
505 if ((mask_bits = PCI_CAP_GET32(cfg_hdle, 0, caps_ptr, in pci_msi_set_mask()
568 if ((mask_bits = PCI_CAP_GET32(cfg_hdle, 0, caps_ptr, in pci_msi_clr_mask()
635 if ((pending_bits = PCI_CAP_GET32(cfg_hdle, 0, caps_ptr, in pci_msi_get_pending()
807 msix_p->msix_tbl_offset = PCI_CAP_GET32(cfg_hdle, 0, caps_ptr, in pci_msix_init()
868 msix_p->msix_pba_offset = PCI_CAP_GET32(cfg_hdle, 0, caps_ptr, in pci_msix_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_cap.h82 #define PCI_CAP_GET32(h, i, b, o) ((uint32_t) \ macro
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.c938 low_addr32 = PCI_CAP_GET32(handle, 0, cap_base, in amd_iommu_init()
974 caphdr = PCI_CAP_GET32(handle, 0, cap_base, AMD_IOMMU_CAP_HDR_OFF); in amd_iommu_init()
995 hi_addr32 = PCI_CAP_GET32(handle, 0, cap_base, in amd_iommu_init()
1011 range = PCI_CAP_GET32(handle, 0, cap_base, AMD_IOMMU_CAP_RANGE_OFF); in amd_iommu_init()
1037 misc = PCI_CAP_GET32(handle, 0, cap_base, AMD_IOMMU_CAP_MISC_OFF); in amd_iommu_init()
1301 caphdr = PCI_CAP_GET32(handle, 0, cap_base, in amd_iommu_setup()
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dppt.c752 if ((PCI_CAP_GET32(hdl, 0, cap_ptr, PCIE_DEVCAP2) & in ppt_max_completion_tmo_us()
780 if ((PCI_CAP_GET32(hdl, 0, cap_ptr, PCIE_DEVCAP) & PCIE_DEVCAP_FLR) in ppt_flr()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c4662 state->hs_msix_tbl_offset = PCI_CAP_GET32(pci_cfg_hdl, 0, caps_ctrl, in hermon_set_msix_info()
4712 state->hs_msix_pba_offset = PCI_CAP_GET32(pci_cfg_hdl, 0, caps_ctrl, in hermon_set_msix_info()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c2971 val = PCI_CAP_GET32(handle, 0, cap_ptr, PCIE_ARI_CAP); in pcie_ari_get_next_function()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c583 config = PCI_CAP_GET32(handle, 0, cap_ptr, in pcicfg_get_nslots()
3538 wordval = (PCI_CAP_GET32(config_handle, 0, in pcicfg_set_standard_props()