Lines Matching defs:lcap2
1027 pcireg_t lcap, lcap2, xcap;
1034 /* Only PCIe 3.x has LCAP2. */
1037 lcap2 = pci_conf_read(pc, tag, off + PCIE_LCAP2);
1038 if (lcap2) {
1039 if ((lcap2 & PCIE_LCAP2_SUP_LNKS64) != 0) {
1042 if ((lcap2 & PCIE_LCAP2_SUP_LNKS32) != 0) {
1045 if ((lcap2 & PCIE_LCAP2_SUP_LNKS16) != 0) {
1048 if ((lcap2 & PCIE_LCAP2_SUP_LNKS8) != 0) {
1051 if ((lcap2 & PCIE_LCAP2_SUP_LNKS5) != 0) {
1054 if ((lcap2 & PCIE_LCAP2_SUP_LNKS2) != 0) {