Searched refs:RegAddress (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/ |
H A D | Undi32.h | 136 IN UINT8 RegAddress, 144 IN UINT8 RegAddress,
|
H A D | E100b.c | 2388 @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 D | Pci.c | 3177 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 1758 milliseconds