Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/pcie/
Dbw_notification.c33 pcie_capability_write_word(dev, PCI_EXP_LNKSTA, PCI_EXP_LNKSTA_LBMS); in pcie_enable_link_bandwidth_notification()
57 events = link_status & PCI_EXP_LNKSTA_LBMS; in pcie_bw_notification_irq()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h570 #define PCI_EXP_LNKSTA_LBMS 0x4000 /* Link Bandwidth Management Status */ macro
/Linux-v5.4/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.4/drivers/pci/controller/dwc/
Dpcie-tegra194.c323 if (val & PCI_EXP_LNKSTA_LBMS) { in apply_bad_link_workaround()