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

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.c2388 @param RegAddress The MII register that we are writing to
2399 IN UINT8 RegAddress,
2407 ((UINT32)(RegAddress << 16)) |
2437 @param RegAddress The MII register that we are reading from
2447 IN UINT8 RegAddress,
2454 ReadCommand = ((UINT32) (RegAddress << 16)) |
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
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3177 UINT64 RegAddress; local
3245 RegAddress = Address | INDEX_OF (Command);
3246 IoDev->Pci.Write (IoDev, EfiPciWidthUint16, RegAddress, 1, &NewCommand);
3248 RegAddress = Address | INDEX_OF (Bar);
3257 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 1, &NewBar32);
3258 IoDev->Pci.Read (IoDev, EfiPciWidthUint32, RegAddress, 1, &NewBar32);
3259 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 1, &OldBar32);
3276 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress, 2, &NewBar64);
3277 IoDev->Pci.Read (IoDev, EfiPciWidthUint32, RegAddress, 2, &NewBar64);
3278 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, RegAddress,
3772 UINT64 RegAddress; local
[all...]

Completed in 77 milliseconds