Searched refs:PCI_EXP_LNKSTA_LBMS (Results 1 – 4 of 4) sorted by relevance
190 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()
589 #define PCI_EXP_LNKSTA_LBMS 0x4000 /* Link Bandwidth Management Status */ macro
45 status |= (PCI_EXP_LNKSTA_LBMS | PCI_EXP_LNKSTA_LABS) << 16; in rockchip_pcie_clr_bw_int()
44 return lnksta & PCI_EXP_LNKSTA_LBMS; in pcie_lbms_seen()