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.c647 PhyControl |= PHYCR_AUTO_EN | PHYCR_RST_AUTO; in PhyAutoNegotiate()
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
DLan9118DxeUtil.c660 if ((PhyControl & PHYCR_AUTO_EN) == 0) { in AutoNegotiate()
661 PhyControl |= PHYCR_AUTO_EN; in AutoNegotiate()
DLan9118DxeHw.h223 #define PHYCR_AUTO_EN BIT12 // Auto-Negotiation Enable macro