Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKSTA_NLW_SHIFT (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Dpci_regs.h578 #define PCI_EXP_LNKSTA_NLW_SHIFT 4 /* start of NLW mask in link status */ macro
/linux-6.1.9/drivers/pci/controller/dwc/
Dpcie-tegra194.c327 PCI_EXP_LNKSTA_NLW_SHIFT; in apply_bad_link_workaround()
739 PCI_EXP_LNKSTA_NLW_SHIFT; in tegra_pcie_enable_system_interrupts()
903 val |= (pcie->num_lanes << PCI_EXP_LNKSTA_NLW_SHIFT); in tegra_pcie_dw_host_init()
/linux-6.1.9/drivers/net/ethernet/intel/igb/
De1000_mac.c55 PCI_EXP_LNKSTA_NLW_SHIFT); in igb_get_bus_info_pcie()
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dpcie.c218 return (linkstat & PCI_EXP_LNKSTA_NLW) >> PCI_EXP_LNKSTA_NLW_SHIFT; in extract_width()
/linux-6.1.9/drivers/pci/
Dpci-sysfs.c234 (linkstat & PCI_EXP_LNKSTA_NLW) >> PCI_EXP_LNKSTA_NLW_SHIFT); in current_link_width_show()
Dpci.c6140 PCI_EXP_LNKSTA_NLW_SHIFT; in pcie_bandwidth_available()
/linux-6.1.9/drivers/scsi/esas2r/
Desas2r_ioctl.c801 >> PCI_EXP_LNKSTA_NLW_SHIFT); in hba_ioctl_callback()