linkcap           260 drivers/gpu/drm/ast/ast_dp501.c 	u8 linkcap[4], linkrate, linklanes, maxclk = 0xff;
linkcap           272 drivers/gpu/drm/ast/ast_dp501.c 	*(u32 *)linkcap = ast_mindwm(ast, boot_address + offset);
linkcap           273 drivers/gpu/drm/ast/ast_dp501.c 	if (linkcap[2] == 0) {
linkcap           274 drivers/gpu/drm/ast/ast_dp501.c 		linkrate = linkcap[0];
linkcap           275 drivers/gpu/drm/ast/ast_dp501.c 		linklanes = linkcap[1];
linkcap           294 drivers/infiniband/hw/hfi1/pcie.c 	u32 linkcap;
linkcap           306 drivers/infiniband/hw/hfi1/pcie.c 	ret = pcie_capability_read_dword(dd->pcidev, PCI_EXP_LNKCAP, &linkcap);
linkcap           312 drivers/infiniband/hw/hfi1/pcie.c 	if ((linkcap & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_8_0GB) {
linkcap           315 drivers/infiniband/hw/hfi1/pcie.c 			    linkcap & PCI_EXP_LNKCAP_SLS);
linkcap           603 drivers/pci/controller/pcie-altera.c 	u16 linkcap, linkstat, linkctl;
linkcap           613 drivers/pci/controller/pcie-altera.c 			     &linkcap);
linkcap           614 drivers/pci/controller/pcie-altera.c 	if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB)
linkcap           764 drivers/pci/probe.c 		u32 linkcap;
linkcap           767 drivers/pci/probe.c 		pcie_capability_read_dword(bridge, PCI_EXP_LNKCAP, &linkcap);
linkcap           768 drivers/pci/probe.c 		bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS];
linkcap           769 drivers/pci/probe.c 		bridge->link_active_reporting = !!(linkcap & PCI_EXP_LNKCAP_DLLLARC);