Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
DLan9118DxeUtil.c584 if ((PhyStatus & PHYSTS_LINK_STS) == 0) { in AutoNegotiate()
587 while ((IndirectPHYRead32 (PHY_INDEX_BASIC_STATUS) & PHYSTS_LINK_STS) == 0) { in AutoNegotiate()
649 if (PhyBStatus & PHYSTS_LINK_STS) { in CheckLinkStatus()
DLan9118DxeHw.h160 #define PHYSTS_LINK_STS BIT2 // Link Status macro
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
DLan91xDxeHw.h257 #define PHYSTS_LINK_STS BIT2 // Link Status macro
DLan91xDxe.c623 return (PhyStatus & PHYSTS_LINK_STS) != 0; in CheckLinkStatus()