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

/linux-master/include/uapi/linux/
H A Dpci_regs.h583 #define PCI_EXP_LNKSTA_LBMS 0x4000 /* Link Bandwidth Management Status */ macro
/linux-master/drivers/pci/controller/
H A Dpcie-rockchip-host.c53 status |= (PCI_EXP_LNKSTA_LBMS | PCI_EXP_LNKSTA_LABS) << 16;
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c349 if (val & PCI_EXP_LNKSTA_LBMS) {
409 val_w |= PCI_EXP_LNKSTA_LBMS;
/linux-master/drivers/pci/
H A Dquirks.c93 if ((lnksta & (PCI_EXP_LNKSTA_LBMS | PCI_EXP_LNKSTA_DLLLA)) ==
94 PCI_EXP_LNKSTA_LBMS) {

Completed in 162 milliseconds