Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKSTA_NLW (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dpci.h441 #define PCI_EXP_LNKSTA_NLW 0x03f0 /* Negotiated Link Width */ macro
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci-uclass.c293 printf(" Width: x%d\n", (link_status & PCI_EXP_LNKSTA_NLW) >> 4); in pci_retrain_link()