OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
681
while ((ReadPhyReg16 (LanDriver, PHY_INDEX_BASIC_STATUS) &
PHYSTS_AUTO_COMP
) == 0) {
[
all
...]
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118DxeHw.h
163
#define
PHYSTS_AUTO_COMP
BIT5 // Auto-Negotiation Completed
Lan9118DxeUtil.c
634
while ((IndirectPHYRead32 (PHY_INDEX_BASIC_STATUS) &
PHYSTS_AUTO_COMP
) == 0);
Completed in 350 milliseconds