Home
last modified time | relevance | path

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

/linux/drivers/pci/pcie/
H A Dbwctrl.c190 if (ret == PCIBIOS_SUCCESSFUL && link_status & PCI_EXP_LNKSTA_LBMS) in pcie_bwnotif_enable()
196 PCI_EXP_LNKSTA_LBMS | PCI_EXP_LNKSTA_LABS); in pcie_bwnotif_enable()
222 events = link_status & (PCI_EXP_LNKSTA_LBMS | PCI_EXP_LNKSTA_LABS); in pcie_bwnotif_irq()
226 if (events & PCI_EXP_LNKSTA_LBMS) in pcie_bwnotif_irq()
245 pcie_capability_write_word(port, PCI_EXP_LNKSTA, PCI_EXP_LNKSTA_LBMS); in pcie_reset_lbms()
/linux/include/uapi/linux/
H A Dpci_regs.h589 #define PCI_EXP_LNKSTA_LBMS 0x4000 /* Link Bandwidth Management Status */ macro
/linux/drivers/pci/controller/
H A Dpcie-rockchip-host.c45 status |= (PCI_EXP_LNKSTA_LBMS | PCI_EXP_LNKSTA_LABS) << 16; in rockchip_pcie_clr_bw_int()
/linux/drivers/pci/
H A Dquirks.c44 return lnksta & PCI_EXP_LNKSTA_LBMS; in pcie_lbms_seen()