Searched defs:PhyAddress (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.c785 AdapterInfo->PhyAddress = 0xFF;
2389 @param PhyAddress The MDI address of the Phy component.
2400 IN UINT8 PhyAddress,
2408 ((UINT32)(PhyAddress << 21)) |
2438 @param PhyAddress The MDI address of the Phy component.
2448 IN UINT8 PhyAddress,
2455 ((UINT32) (PhyAddress << 21)) |
2507 AdapterInfo->PhyAddress,
2575 AdapterInfo->PhyAddress = (UINT8) (AdapterInfo->PhyRecord[0] & 7);
2581 if (AdapterInfo->PhyAddress
2397 MdiWrite( IN NIC_DATA_INSTANCE *AdapterInfo, IN UINT8 RegAddress, IN UINT8 PhyAddress, IN UINT16 DataValue ) argument
2445 MdiRead( IN NIC_DATA_INSTANCE *AdapterInfo, IN UINT8 RegAddress, IN UINT8 PhyAddress, IN OUT UINT16 *DataValue ) argument
[all...]
H A DE100b.h599 UINT8 PhyAddress; member in struct:s_data_instance

Completed in 52 milliseconds