Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dpci_regs.h594 #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.c45 return lnksta & PCI_EXP_LNKSTA_LBMS; in pcie_lbms_seen()