Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/pcie/
H A Dbwctrl.c212 if (ret == PCIBIOS_SUCCESSFUL && link_status & PCI_EXP_LNKSTA_LBMS) in pcie_bwnotif_enable()
218 PCI_EXP_LNKSTA_LBMS | PCI_EXP_LNKSTA_LABS); in pcie_bwnotif_enable()
245 events = link_status & (PCI_EXP_LNKSTA_LBMS | PCI_EXP_LNKSTA_LABS); in pcie_bwnotif_irq()
249 if (events & PCI_EXP_LNKSTA_LBMS) in pcie_bwnotif_irq()
275 PCI_EXP_LNKSTA_LBMS); in pcie_reset_lbms_count()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h585 #define PCI_EXP_LNKSTA_LBMS 0x4000 /* Link Bandwidth Management Status */ macro
/linux-6.15/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()
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c338 if (val & PCI_EXP_LNKSTA_LBMS) { in apply_bad_link_workaround()
398 val_w |= PCI_EXP_LNKSTA_LBMS; in tegra_pcie_rp_irq_handler()
/linux-6.15/drivers/pci/
H A Dquirks.c46 return lnksta & PCI_EXP_LNKSTA_LBMS; in pcie_lbms_seen()