Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
DLan91xDxeHw.h249 #define PHYCR_AUTO_EN BIT12 // Auto-Negotiation Enable macro
DLan91xDxe.c676 PhyControl |= PHYCR_AUTO_EN | PHYCR_RST_AUTO; in PhyAutoNegotiate()
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
DLan9118DxeHw.h152 #define PHYCR_AUTO_EN BIT12 // Auto-Negotiation Enable macro
DLan9118DxeUtil.c616 if ((PhyControl & PHYCR_AUTO_EN) == 0) { in AutoNegotiate()
617 PhyControl |= PHYCR_AUTO_EN; in AutoNegotiate()