OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
676
PhyControl |=
PHYCR_AUTO_EN
| PHYCR_RST_AUTO;
[
all
...]
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118DxeHw.h
152
#define
PHYCR_AUTO_EN
BIT12 // Auto-Negotiation Enable
Lan9118DxeUtil.c
616
if ((PhyControl &
PHYCR_AUTO_EN
) == 0) {
617
PhyControl |=
PHYCR_AUTO_EN
;
Completed in 53 milliseconds