Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKSTA_LBMS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/uapi/linux/
Dpci_regs.h576 #define PCI_EXP_LNKSTA_LBMS 0x4000 /* Link Bandwidth Management Status */ macro
/Linux-v5.15/drivers/pci/controller/
Dpcie-rockchip-host.c56 status |= (PCI_EXP_LNKSTA_LBMS | PCI_EXP_LNKSTA_LABS) << 16; in rockchip_pcie_clr_bw_int()
/Linux-v5.15/drivers/pci/controller/dwc/
Dpcie-tegra194.c329 if (val & PCI_EXP_LNKSTA_LBMS) { in apply_bad_link_workaround()