HomeSort by relevance Sort by last modified time
    Searched refs:PHYSTS_LINK_STS (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118DxeUtil.c 627 if ((PhyStatus & PHYSTS_LINK_STS) == 0) {
630 while ((IndirectPHYRead32 (PHY_INDEX_BASIC_STATUS) & PHYSTS_LINK_STS) == 0) {
693 if (PhyBStatus & PHYSTS_LINK_STS) {
Lan9118DxeHw.h 231 #define PHYSTS_LINK_STS BIT2 // Link Status
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
Lan91xDxeHw.h 257 #define PHYSTS_LINK_STS BIT2 // Link Status
Lan91xDxe.c 594 return (PhyStatus & PHYSTS_LINK_STS) != 0;
    [all...]

Completed in 101 milliseconds