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

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
Lan91xDxeHw.h 260 #define PHYSTS_AUTO_COMP BIT5 // Auto-Negotiation Completed
Lan91xDxe.c 652 while ((ReadPhyReg16 (LanDriver, PHY_INDEX_BASIC_STATUS) & PHYSTS_AUTO_COMP) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118DxeHw.h 234 #define PHYSTS_AUTO_COMP BIT5 // Auto-Negotiation Completed
Lan9118DxeUtil.c 678 while ((IndirectPHYRead32 (PHY_INDEX_BASIC_STATUS) & PHYSTS_AUTO_COMP) == 0);

Completed in 405 milliseconds