Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/ast/
Dast_dp501.c279 u8 linkcap[4], linkrate, linklanes, maxclk = 0xff; in ast_get_dp501_max_clk() local
293 plinkcap = (u32 *)linkcap; in ast_get_dp501_max_clk()
295 if (linkcap[2] == 0) { in ast_get_dp501_max_clk()
296 linkrate = linkcap[0]; in ast_get_dp501_max_clk()
297 linklanes = linkcap[1]; in ast_get_dp501_max_clk()
319 plinkcap = (u32 *)linkcap; in ast_get_dp501_max_clk()
321 if (linkcap[2] == 0) { in ast_get_dp501_max_clk()
322 linkrate = linkcap[0]; in ast_get_dp501_max_clk()
323 linklanes = linkcap[1]; in ast_get_dp501_max_clk()
/kernel/linux/linux-5.10/drivers/pci/pcie/
Dportdrv_core.c264 u32 linkcap; in get_port_device_capability() local
266 pcie_capability_read_dword(dev, PCI_EXP_LNKCAP, &linkcap); in get_port_device_capability()
267 if (linkcap & PCI_EXP_LNKCAP_LBNC) in get_port_device_capability()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dpcie.c294 u32 linkcap; in pcie_speeds() local
306 ret = pcie_capability_read_dword(dd->pcidev, PCI_EXP_LNKCAP, &linkcap); in pcie_speeds()
312 if ((linkcap & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_8_0GB) { in pcie_speeds()
315 linkcap & PCI_EXP_LNKCAP_SLS); in pcie_speeds()
/kernel/linux/linux-5.10/drivers/pci/controller/
Dpcie-altera.c602 u16 linkcap, linkstat, linkctl; in altera_pcie_retrain() local
612 &linkcap); in altera_pcie_retrain()
613 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
/kernel/linux/linux-5.10/drivers/pci/
Dprobe.c814 u32 linkcap; in pci_set_bus_speed() local
817 pcie_capability_read_dword(bridge, PCI_EXP_LNKCAP, &linkcap); in pci_set_bus_speed()
818 bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS]; in pci_set_bus_speed()
819 bridge->link_active_reporting = !!(linkcap & PCI_EXP_LNKCAP_DLLLARC); in pci_set_bus_speed()