Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
DLan91xDxeHw.h258 #define PHYSTS_AUTO_CAP BIT3 // Auto-Negotiation Capability macro
DLan91xDxe.c646 if ((PhyStatus & PHYSTS_AUTO_CAP) == 0) { in PhyAutoNegotiate()
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
DLan9118DxeHw.h161 #define PHYSTS_AUTO_CAP BIT3 // Auto-Negotiation Capability macro
DLan9118DxeUtil.c578 if ((PhyStatus & PHYSTS_AUTO_CAP) == 0) { in AutoNegotiate()