Searched refs:DeviceAddr (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DCallback.c489 @param DeviceAddr The mapped device address.
499 IN UINT64 DeviceAddr
543 @param DeviceAddr The mapped device address.
553 IN UINT64 DeviceAddr
556 if ((CpuAddr == 0) || (DeviceAddr == 0) || (NumBytes == 0)) {
563 CopyMem ((UINT8 *) (UINTN) CpuAddr, (UINT8 *) (UINTN) DeviceAddr, NumBytes);
567 CopyMem ((UINT8 *) (UINTN) DeviceAddr, (UINT8 *) (UINTN) CpuAddr, NumBytes);
H A DSnp.h463 @param DeviceAddr the mapped device address
473 IN UINT64 DeviceAddr
494 @param DeviceAddr the mapped device address.
504 IN UINT64 DeviceAddr
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c352 Td->TdHw.DeviceAddr = DevAddr & 0x7F;
415 Td->TdHw.DeviceAddr = DevAddr & 0x7F;
464 Td->TdHw.DeviceAddr = DevAddr & 0x7F;
479 @param DeviceAddr The device address.
495 IN UINT8 DeviceAddr,
525 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow);
544 DeviceAddr,
581 StatusTd = UhciCreateStatusTd (Uhc, DeviceAddr, StatusPktId, IsLow);
493 UhciCreateCtrlTds( IN USB_HC_DEV *Uhc, IN UINT8 DeviceAddr, IN UINT8 DataPktId, IN UINT8 *Request, IN UINT8 *RequestPhy, IN UINT8 *Data, IN UINT8 *DataPhy, IN UINTN DataLen, IN UINT8 MaxPacket, IN BOOLEAN IsLow ) argument
H A DUhciQueue.h70 UINT32 DeviceAddr : 7; member in struct:__anon10840
213 @param DeviceAddr The device address.
229 IN UINT8 DeviceAddr,
H A DUhciDebug.c68 DEBUG ((EFI_D_INFO, " DevAddr - %d\n", CurTdSw->TdHw.DeviceAddr));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciDebug.c148 DEBUG ((EFI_D_INFO, "Device address: %d\n", QhHw->DeviceAddr));
H A DEhciUrb.h116 UINT32 DeviceAddr : 7; member in struct:__anon10815
H A DEhciUrb.c199 QhHw->DeviceAddr = Ep->DevAddr;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.h112 UINT32 DeviceAddr : 7; member in struct:__anon10819
H A DEhciUrb.c193 QhHw->DeviceAddr = Ep->DevAddr;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DCper.h1035 UINT64 DeviceAddr; member in struct:__anon11338

Completed in 63 milliseconds