Searched refs:PCI_EXP_LNKSTA_CLS (Results 1 – 22 of 22) sorted by relevance
/linux/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/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 | 618 if ((linkstat & PCI_EXP_LNKSTA_CLS) == PCI_EXP_LNKSTA_CLS_2_5GB) { in altera_pcie_retrain()
|
A D | pcie-rcar-host.c | 236 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() 2308 value &= ~PCI_EXP_LNKSTA_CLS; in tegra_pcie_change_link_speed()
|
A D | pcie-brcmstb.c | 1024 cls = FIELD_GET(PCI_EXP_LNKSTA_CLS, lnksta); in brcm_pcie_setup()
|
/linux/include/uapi/linux/ |
A D | pci_regs.h | 566 #define PCI_EXP_LNKSTA_CLS 0x000f /* Current Link Speed */ macro
|
/linux/drivers/pci/controller/dwc/ |
A D | pcie-tegra194.c | 395 PCI_EXP_LNKSTA_CLS); in tegra_pcie_rp_irq_handler() 456 PCI_EXP_LNKSTA_CLS; in tegra_pcie_ep_irq_thread() 993 PCI_EXP_LNKSTA_CLS; in tegra_pcie_dw_start_link()
|
A D | pci-imx6.c | 830 dev_info(dev, "Link up, Gen%i\n", tmp & PCI_EXP_LNKSTA_CLS); in imx6_pcie_start_link()
|
/linux/drivers/media/pci/cobalt/ |
A D | cobalt-driver.c | 177 switch (stat & PCI_EXP_LNKSTA_CLS) { in get_link_speed()
|
/linux/drivers/infiniband/hw/hfi1/ |
A D | pcie.c | 200 switch (linkstat & PCI_EXP_LNKSTA_CLS) { in extract_speed()
|
/linux/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/drivers/pci/ |
A D | pci-sysfs.c | 218 speed = pcie_link_speed[linkstat & PCI_EXP_LNKSTA_CLS]; in current_link_speed_show()
|
A D | probe.c | 735 bus->cur_bus_speed = pcie_link_speed[linksta & PCI_EXP_LNKSTA_CLS]; in pcie_update_link_speed()
|
A D | pci.c | 6103 next_speed = pcie_link_speed[lnksta & PCI_EXP_LNKSTA_CLS]; in pcie_bandwidth_available()
|
/linux/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/drivers/scsi/esas2r/ |
A D | esas2r_ioctl.c | 796 (u8)(stat & PCI_EXP_LNKSTA_CLS); in hba_ioctl_callback()
|
/linux/drivers/net/ethernet/neterion/vxge/ |
A D | vxge-config.c | 761 if ((lnk & PCI_EXP_LNKSTA_CLS) != 1) in __vxge_hw_verify_pci_e_info()
|
/linux/drivers/net/ethernet/intel/i40e/ |
A D | i40e_common.c | 4482 switch (link_status & PCI_EXP_LNKSTA_CLS) { in i40e_set_pci_config_data()
|
/linux/drivers/scsi/mpt3sas/ |
A D | mpt3sas_base.c | 3295 speed = lnksta & PCI_EXP_LNKSTA_CLS; in _base_check_and_enable_high_iops_queues()
|
/linux/drivers/scsi/megaraid/ |
A D | megaraid_sas_base.c | 6245 speed = lnksta & PCI_EXP_LNKSTA_CLS; in megasas_init_fw()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | t4_hw.c | 8882 p->speed = val & PCI_EXP_LNKSTA_CLS; in get_pci_mode()
|
Completed in 120 milliseconds