Home
last modified time | relevance | path

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

/u-boot/board/theadorable/
A Dtheadorable.c366 *width = (lnksta & PCI_EXP_LNKSTA_NLW) >> PCI_EXP_LNKSTA_NLW_SHIFT; in pcie_get_link_speed_width()
/u-boot/drivers/pci/
A Dpcie_iproc.c49 #define PCI_EXP_LNKSTA_NLW 0x03f0 /* Negotiated Link Width */ macro
1164 if (link_status & PCI_EXP_LNKSTA_NLW) in iproc_pcie_check_link()
A Dpcie_brcmstb.c561 nlw = (lnksta & PCI_EXP_LNKSTA_NLW) >> PCI_EXP_LNKSTA_NLW_SHIFT; in brcm_pcie_probe()
/u-boot/include/
A Dpci.h493 #define PCI_EXP_LNKSTA_NLW 0x03f0 /* Negotiated Link Width */ macro

Completed in 13 milliseconds