Searched defs:cap_base (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.c921 uint16_t cap_base)
937 low_addr32 = PCI_CAP_GET32(handle, 0, cap_base,
973 caphdr = PCI_CAP_GET32(handle, 0, cap_base, AMD_IOMMU_CAP_HDR_OFF);
994 hi_addr32 = PCI_CAP_GET32(handle, 0, cap_base,
1010 range = PCI_CAP_GET32(handle, 0, cap_base, AMD_IOMMU_CAP_RANGE_OFF);
1036 misc = PCI_CAP_GET32(handle, 0, cap_base, AMD_IOMMU_CAP_MISC_OFF);
1245 uint16_t cap_base; local
1284 if (pci_cap_probe(handle, idx, &id, &cap_base) != DDI_SUCCESS)
1300 caphdr = PCI_CAP_GET32(handle, 0, cap_base,
1314 iommu = amd_iommu_init(dip, handle, idx, cap_base);
920 amd_iommu_init(dev_info_t *dip, ddi_acc_handle_t handle, int idx, uint16_t cap_base) argument
[all...]

Completed in 61 milliseconds