Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h582 #define PCI_EXP_LNKSTA_LBMS 0x4000 /* Link Bandwidth Management Status */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h583 #define PCI_EXP_LNKSTA_LBMS 0x4000 /* Link Bandwidth Management Status */ macro
/openbmc/linux/drivers/pci/controller/
H A Dpcie-rockchip-host.c53 status |= (PCI_EXP_LNKSTA_LBMS | PCI_EXP_LNKSTA_LABS) << 16; in rockchip_pcie_clr_bw_int()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c349 if (val & PCI_EXP_LNKSTA_LBMS) { in apply_bad_link_workaround()
409 val_w |= PCI_EXP_LNKSTA_LBMS; in tegra_pcie_rp_irq_handler()
/openbmc/linux/drivers/pci/
H A Dquirks.c99 if ((lnksta & (PCI_EXP_LNKSTA_LBMS | PCI_EXP_LNKSTA_DLLLA)) == in pcie_failed_link_retrain()
100 PCI_EXP_LNKSTA_LBMS) { in pcie_failed_link_retrain()
H A Dpci.c5027 pcie_capability_write_word(pdev, PCI_EXP_LNKSTA, PCI_EXP_LNKSTA_LBMS); in pcie_retrain_link()