Searched refs:PCI_EXP_LNKSTA_NLW (Results 1 – 18 of 18) sorted by relevance
| /linux-6.15/drivers/media/pci/cobalt/ |
| H A D | cobalt-driver.c | 218 FIELD_GET(PCI_EXP_LNKSTA_NLW, stat)); in cobalt_pcie_status_show() 243 return FIELD_GET(PCI_EXP_LNKSTA_NLW, link); in pcie_link_get_lanes()
|
| /linux-6.15/drivers/pci/controller/ |
| H A D | pcie-iproc.c | 804 if (link_status & PCI_EXP_LNKSTA_NLW) in iproc_pcie_check_link() 827 if (link_status & PCI_EXP_LNKSTA_NLW) in iproc_pcie_check_link()
|
| H A D | pcie-brcmstb.c | 1367 nlw = FIELD_GET(PCI_EXP_LNKSTA_NLW, lnksta); in brcm_pcie_start_link()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | pci_regs.h | 576 #define PCI_EXP_LNKSTA_NLW 0x03f0 /* Negotiated Link Width */ macro
|
| /linux-6.15/drivers/pci/controller/dwc/ |
| H A D | pcie-tegra194.c | 312 width = FIELD_GET(PCI_EXP_LNKSTA_NLW, val); in tegra_pcie_icc_set() 339 current_link_width = FIELD_GET(PCI_EXP_LNKSTA_NLW, val); in apply_bad_link_workaround() 756 pcie->init_link_width = FIELD_GET(PCI_EXP_LNKSTA_NLW, val_w); in tegra_pcie_enable_system_interrupts()
|
| H A D | pcie-qcom-ep.c | 319 width = FIELD_GET(PCI_EXP_LNKSTA_NLW, status); in qcom_pcie_ep_icc_update()
|
| H A D | pcie-designware.c | 708 FIELD_GET(PCI_EXP_LNKSTA_NLW, val)); in dw_pcie_wait_for_link()
|
| H A D | pcie-qcom.c | 1493 width = FIELD_GET(PCI_EXP_LNKSTA_NLW, status); in qcom_pcie_icc_opp_update()
|
| /linux-6.15/drivers/pci/hotplug/ |
| H A D | pciehp_hpc.c | 316 !(lnk_status & PCI_EXP_LNKSTA_NLW)) { in pciehp_check_link_status()
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | pcie.c | 226 dd->lbus_width = FIELD_GET(PCI_EXP_LNKSTA_NLW, linkstat); in update_lbus_info()
|
| /linux-6.15/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_mac.c | 54 bus->width = (enum e1000_bus_width)FIELD_GET(PCI_EXP_LNKSTA_NLW, in igb_get_bus_info_pcie()
|
| /linux-6.15/drivers/cxl/core/ |
| H A D | pci.c | 1047 width = FIELD_GET(PCI_EXP_LNKSTA_NLW, lnksta); in cxl_pci_get_bandwidth()
|
| /linux-6.15/drivers/net/ethernet/intel/e1000e/ |
| H A D | mac.c | 27 bus->width = (enum e1000_bus_width)FIELD_GET(PCI_EXP_LNKSTA_NLW, in e1000e_get_bus_info_pcie()
|
| /linux-6.15/drivers/pci/ |
| H A D | pci-sysfs.c | 238 return sysfs_emit(buf, "%u\n", FIELD_GET(PCI_EXP_LNKSTA_NLW, linkstat)); in current_link_width_show()
|
| H A D | pci.c | 6072 next_width = FIELD_GET(PCI_EXP_LNKSTA_NLW, lnksta); in pcie_bandwidth_available()
|
| /linux-6.15/drivers/scsi/esas2r/ |
| H A D | esas2r_ioctl.c | 799 gai->pci.link_width_curr = FIELD_GET(PCI_EXP_LNKSTA_NLW, stat); in hba_ioctl_callback()
|
| /linux-6.15/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_common.c | 3945 switch (link_status & PCI_EXP_LNKSTA_NLW) { in i40e_set_pci_config_data()
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 8885 p->width = (val & PCI_EXP_LNKSTA_NLW) >> 4; in get_pci_mode()
|