HomeSort by relevance Sort by last modified time
    Searched refs:DeviceAddr (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Callback.c 277 @param DeviceAddr The mapped device address.
287 IN UINT64 DeviceAddr
331 @param DeviceAddr The mapped device address.
341 IN UINT64 DeviceAddr
344 if ((CpuAddr == 0) || (DeviceAddr == 0) || (NumBytes == 0)) {
351 CopyMem ((UINT8 *) (UINTN) CpuAddr, (UINT8 *) (UINTN) DeviceAddr, NumBytes);
355 CopyMem ((UINT8 *) (UINTN) DeviceAddr, (UINT8 *) (UINTN) CpuAddr, NumBytes);
Snp.h 332 @param DeviceAddr the mapped device address
342 IN UINT64 DeviceAddr
363 @param DeviceAddr the mapped device address.
373 IN UINT64 DeviceAddr
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciQueue.c 352 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);
UhciQueue.h 70 UINT32 DeviceAddr : 7;
213 @param DeviceAddr The device address.
229 IN UINT8 DeviceAddr,
UhciDebug.c 68 DEBUG ((EFI_D_VERBOSE, " DevAddr - %d\n", CurTdSw->TdHw.DeviceAddr));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciDebug.c 148 DEBUG ((EFI_D_VERBOSE, "Device address: %d\n", QhHw->DeviceAddr));
EhciUrb.h 116 UINT32 DeviceAddr : 7;
EhciUrb.c 199 QhHw->DeviceAddr = Ep->DevAddr;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.h 112 UINT32 DeviceAddr : 7;
EhciUrb.c 193 QhHw->DeviceAddr = Ep->DevAddr;
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h     [all...]

Completed in 108 milliseconds