Searched refs:PCI_EXP_LNKSTA_LBMS (Results 1 – 5 of 5) sorted by relevance
212 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()
585 #define PCI_EXP_LNKSTA_LBMS 0x4000 /* Link Bandwidth Management Status */ macro
53 status |= (PCI_EXP_LNKSTA_LBMS | PCI_EXP_LNKSTA_LABS) << 16; in rockchip_pcie_clr_bw_int()
338 if (val & PCI_EXP_LNKSTA_LBMS) { in apply_bad_link_workaround()398 val_w |= PCI_EXP_LNKSTA_LBMS; in tegra_pcie_rp_irq_handler()
46 return lnksta & PCI_EXP_LNKSTA_LBMS; in pcie_lbms_seen()