Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c60 uint32_t id, xcaps_hdr; /* Extended Caps Header Word */ in pci_cap_probe() local
95 if ((xcaps_hdr = pci_config_get32(h, base)) == PCI_CAP_EINVAL32) in pci_cap_probe()
98 id = (xcaps_hdr >> PCIE_EXT_CAP_ID_SHIFT) in pci_cap_probe()
100 base = (xcaps_hdr >> PCIE_EXT_CAP_NEXT_PTR_SHIFT) in pci_cap_probe()
107 if ((xcaps_hdr = pci_config_get32(h, base)) == PCI_CAP_EINVAL32) in pci_cap_probe()
110 id = ((xcaps_hdr >> PCIE_EXT_CAP_ID_SHIFT) & PCIE_EXT_CAP_ID_MASK) | in pci_cap_probe()
177 uint32_t xcaps_hdr, ncaps; in pci_xcap_locate() local
185 for (base = PCIE_EXT_CAP; base; base = (xcaps_hdr >> in pci_xcap_locate()
188 if ((xcaps_hdr = pci_config_get32(h, base)) == PCI_CAP_EINVAL32) in pci_xcap_locate()
191 if (((xcaps_hdr >> PCIE_EXT_CAP_ID_SHIFT) & in pci_xcap_locate()