Lines Matching refs:xcaps_hdr
59 uint32_t id, xcaps_hdr; /* Extended Caps Header Word */
94 if ((xcaps_hdr = pci_config_get32(h, base)) == PCI_CAP_EINVAL32)
97 id = (xcaps_hdr >> PCIE_EXT_CAP_ID_SHIFT)
99 base = (xcaps_hdr >> PCIE_EXT_CAP_NEXT_PTR_SHIFT)
106 if ((xcaps_hdr = pci_config_get32(h, base)) == PCI_CAP_EINVAL32)
109 id = ((xcaps_hdr >> PCIE_EXT_CAP_ID_SHIFT) & PCIE_EXT_CAP_ID_MASK) |
171 uint32_t xcaps_hdr;
178 for (base = PCIE_EXT_CAP; base; base = (xcaps_hdr >>
181 if ((xcaps_hdr = pci_config_get32(h, base)) == PCI_CAP_EINVAL32)
184 if (((xcaps_hdr >> PCIE_EXT_CAP_ID_SHIFT) &