Searched refs:PCI_EXP_LNKSTA_CLS (Results 1 – 23 of 23) sorted by relevance
/linux-6.3-rc2/drivers/pci/controller/cadence/ |
A D | pcie-cadence-host.c | 114 if ((lnk_stat & PCI_EXP_LNKSTA_CLS) == PCI_EXP_LNKSTA_CLS_2_5GB) { in cdns_pcie_retrain()
|
/linux-6.3-rc2/drivers/pci/controller/ |
A D | pcie-rcar-ep.c | 65 rcar_rmw32(pcie, EXPCAP(12), PCI_EXP_LNKSTA_CLS, in rcar_pcie_ep_hw_init()
|
A D | pcie-altera.c | 616 if ((linkstat & PCI_EXP_LNKSTA_CLS) == PCI_EXP_LNKSTA_CLS_2_5GB) { in altera_pcie_retrain()
|
A D | pcie-rcar-host.c | 326 rcar_rmw32(pcie, EXPCAP(12), PCI_EXP_LNKSTA_CLS, in rcar_pcie_force_speedup()
|
A D | pci-tegra.c | 649 value &= ~PCI_EXP_LNKSTA_CLS; in tegra_pcie_apply_sw_fixup() 2306 value &= ~PCI_EXP_LNKSTA_CLS; in tegra_pcie_change_link_speed()
|
A D | pcie-brcmstb.c | 1070 cls = FIELD_GET(PCI_EXP_LNKSTA_CLS, lnksta); in brcm_pcie_start_link()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | pci_regs.h | 566 #define PCI_EXP_LNKSTA_CLS 0x000f /* Current Link Speed */ macro
|
/linux-6.3-rc2/drivers/pci/controller/dwc/ |
A D | pcie-tegra194.c | 397 PCI_EXP_LNKSTA_CLS); in tegra_pcie_rp_irq_handler() 461 PCI_EXP_LNKSTA_CLS; in tegra_pcie_ep_irq_thread() 1022 PCI_EXP_LNKSTA_CLS; in tegra_pcie_dw_start_link()
|
A D | pcie-designware.c | 669 FIELD_GET(PCI_EXP_LNKSTA_CLS, val), in dw_pcie_wait_for_link()
|
A D | pci-imx6.c | 942 dev_info(dev, "Link up, Gen%i\n", tmp & PCI_EXP_LNKSTA_CLS); in imx6_pcie_start_link()
|
A D | pcie-qcom.c | 1703 speed = FIELD_GET(PCI_EXP_LNKSTA_CLS, status); in qcom_pcie_icc_update()
|
/linux-6.3-rc2/drivers/media/pci/cobalt/ |
A D | cobalt-driver.c | 177 switch (stat & PCI_EXP_LNKSTA_CLS) { in get_link_speed()
|
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | pcie.c | 200 switch (linkstat & PCI_EXP_LNKSTA_CLS) { in extract_speed()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/ |
A D | e1000_mac.c | 41 switch (pcie_link_status & PCI_EXP_LNKSTA_CLS) { in igb_get_bus_info_pcie()
|
/linux-6.3-rc2/drivers/pci/ |
A D | pci-sysfs.c | 216 speed = pcie_link_speed[linkstat & PCI_EXP_LNKSTA_CLS]; in current_link_speed_show()
|
A D | probe.c | 736 bus->cur_bus_speed = pcie_link_speed[linksta & PCI_EXP_LNKSTA_CLS]; in pcie_update_link_speed()
|
A D | pci.c | 6132 next_speed = pcie_link_speed[lnksta & PCI_EXP_LNKSTA_CLS]; in pcie_bandwidth_available()
|
/linux-6.3-rc2/drivers/misc/bcm-vk/ |
A D | bcm_vk_dev.c | 1627 (lnksta & PCI_EXP_LNKSTA_CLS) != PCI_EXP_LNKSTA_CLS_2_5GB) { in bcm_vk_shutdown()
|
/linux-6.3-rc2/drivers/scsi/esas2r/ |
A D | esas2r_ioctl.c | 796 (u8)(stat & PCI_EXP_LNKSTA_CLS); in hba_ioctl_callback()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/ |
A D | i40e_common.c | 4474 switch (link_status & PCI_EXP_LNKSTA_CLS) { in i40e_set_pci_config_data()
|
/linux-6.3-rc2/drivers/scsi/mpt3sas/ |
A D | mpt3sas_base.c | 3289 speed = lnksta & PCI_EXP_LNKSTA_CLS; in _base_check_and_enable_high_iops_queues()
|
/linux-6.3-rc2/drivers/scsi/megaraid/ |
A D | megaraid_sas_base.c | 6247 speed = lnksta & PCI_EXP_LNKSTA_CLS; in megasas_init_fw()
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | t4_hw.c | 8882 p->speed = val & PCI_EXP_LNKSTA_CLS; in get_pci_mode()
|
Completed in 110 milliseconds