Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKSTA_CLS (Results 1 – 23 of 23) sorted by relevance

/linux-6.3-rc2/drivers/pci/controller/cadence/
A Dpcie-cadence-host.c114 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 Dpcie-rcar-ep.c65 rcar_rmw32(pcie, EXPCAP(12), PCI_EXP_LNKSTA_CLS, in rcar_pcie_ep_hw_init()
A Dpcie-altera.c616 if ((linkstat & PCI_EXP_LNKSTA_CLS) == PCI_EXP_LNKSTA_CLS_2_5GB) { in altera_pcie_retrain()
A Dpcie-rcar-host.c326 rcar_rmw32(pcie, EXPCAP(12), PCI_EXP_LNKSTA_CLS, in rcar_pcie_force_speedup()
A Dpci-tegra.c649 value &= ~PCI_EXP_LNKSTA_CLS; in tegra_pcie_apply_sw_fixup()
2306 value &= ~PCI_EXP_LNKSTA_CLS; in tegra_pcie_change_link_speed()
A Dpcie-brcmstb.c1070 cls = FIELD_GET(PCI_EXP_LNKSTA_CLS, lnksta); in brcm_pcie_start_link()
/linux-6.3-rc2/include/uapi/linux/
A Dpci_regs.h566 #define PCI_EXP_LNKSTA_CLS 0x000f /* Current Link Speed */ macro
/linux-6.3-rc2/drivers/pci/controller/dwc/
A Dpcie-tegra194.c397 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 Dpcie-designware.c669 FIELD_GET(PCI_EXP_LNKSTA_CLS, val), in dw_pcie_wait_for_link()
A Dpci-imx6.c942 dev_info(dev, "Link up, Gen%i\n", tmp & PCI_EXP_LNKSTA_CLS); in imx6_pcie_start_link()
A Dpcie-qcom.c1703 speed = FIELD_GET(PCI_EXP_LNKSTA_CLS, status); in qcom_pcie_icc_update()
/linux-6.3-rc2/drivers/media/pci/cobalt/
A Dcobalt-driver.c177 switch (stat & PCI_EXP_LNKSTA_CLS) { in get_link_speed()
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dpcie.c200 switch (linkstat & PCI_EXP_LNKSTA_CLS) { in extract_speed()
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A De1000_mac.c41 switch (pcie_link_status & PCI_EXP_LNKSTA_CLS) { in igb_get_bus_info_pcie()
/linux-6.3-rc2/drivers/pci/
A Dpci-sysfs.c216 speed = pcie_link_speed[linkstat & PCI_EXP_LNKSTA_CLS]; in current_link_speed_show()
A Dprobe.c736 bus->cur_bus_speed = pcie_link_speed[linksta & PCI_EXP_LNKSTA_CLS]; in pcie_update_link_speed()
A Dpci.c6132 next_speed = pcie_link_speed[lnksta & PCI_EXP_LNKSTA_CLS]; in pcie_bandwidth_available()
/linux-6.3-rc2/drivers/misc/bcm-vk/
A Dbcm_vk_dev.c1627 (lnksta & PCI_EXP_LNKSTA_CLS) != PCI_EXP_LNKSTA_CLS_2_5GB) { in bcm_vk_shutdown()
/linux-6.3-rc2/drivers/scsi/esas2r/
A Desas2r_ioctl.c796 (u8)(stat & PCI_EXP_LNKSTA_CLS); in hba_ioctl_callback()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_common.c4474 switch (link_status & PCI_EXP_LNKSTA_CLS) { in i40e_set_pci_config_data()
/linux-6.3-rc2/drivers/scsi/mpt3sas/
A Dmpt3sas_base.c3289 speed = lnksta & PCI_EXP_LNKSTA_CLS; in _base_check_and_enable_high_iops_queues()
/linux-6.3-rc2/drivers/scsi/megaraid/
A Dmegaraid_sas_base.c6247 speed = lnksta & PCI_EXP_LNKSTA_CLS; in megasas_init_fw()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dt4_hw.c8882 p->speed = val & PCI_EXP_LNKSTA_CLS; in get_pci_mode()

Completed in 129 milliseconds