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

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
Lan91xDxeHw.h 249 #define PHYCR_AUTO_EN BIT12 // Auto-Negotiation Enable
Lan91xDxe.c 647 PhyControl |= PHYCR_AUTO_EN | PHYCR_RST_AUTO;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118DxeUtil.c 660 if ((PhyControl & PHYCR_AUTO_EN) == 0) {
661 PhyControl |= PHYCR_AUTO_EN;
Lan9118DxeHw.h 223 #define PHYCR_AUTO_EN BIT12 // Auto-Negotiation Enable

Completed in 64 milliseconds