Lines Matching defs:lnkcap
2649 pcireg_t xcap, lnkcap = 0, lnkcap2 = 0;
2672 lnkcap = pci_conf_read(pc, tag, pos + PCI_PCIE_LCAP);
2677 lnkcap &= 0x0f;
2694 if (lnkcap & 0x01)
2696 if (lnkcap & 0x02)
2701 bus, device, function, PCI_VENDOR(id), PCI_PRODUCT(id), lnkcap,
2712 pcireg_t lnkcap = 0;
2723 lnkcap = pci_conf_read(pc, tag, pos + PCI_PCIE_LCAP);
2726 bus, device, function, PCI_VENDOR(id), PCI_PRODUCT(id), lnkcap);
2728 if (lnkcap)
2729 return (lnkcap & 0x3f0) >> 4;