Searched refs:DeviceAddr (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/ |
D | Callback.c | 287 IN UINT64 DeviceAddr in SnpUndi32CallbackUnmap() argument 341 IN UINT64 DeviceAddr in SnpUndi32CallbackSync() argument 344 if ((CpuAddr == 0) || (DeviceAddr == 0) || (NumBytes == 0)) { in SnpUndi32CallbackSync() 351 CopyMem ((UINT8 *) (UINTN) CpuAddr, (UINT8 *) (UINTN) DeviceAddr, NumBytes); in SnpUndi32CallbackSync() 355 CopyMem ((UINT8 *) (UINTN) DeviceAddr, (UINT8 *) (UINTN) CpuAddr, NumBytes); in SnpUndi32CallbackSync()
|
D | Snp.h | 374 IN UINT64 DeviceAddr 405 IN UINT64 DeviceAddr
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/ |
D | UhciQueue.c | 352 Td->TdHw.DeviceAddr = DevAddr & 0x7F; in UhciCreateSetupTd() 415 Td->TdHw.DeviceAddr = DevAddr & 0x7F; in UhciCreateDataTd() 464 Td->TdHw.DeviceAddr = DevAddr & 0x7F; in UhciCreateStatusTd() 495 IN UINT8 DeviceAddr, in UhciCreateCtrlTds() argument 525 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow); in UhciCreateCtrlTds() 544 DeviceAddr, in UhciCreateCtrlTds() 581 StatusTd = UhciCreateStatusTd (Uhc, DeviceAddr, StatusPktId, IsLow); in UhciCreateCtrlTds()
|
D | UhciQueue.h | 70 UINT32 DeviceAddr : 7; member 229 IN UINT8 DeviceAddr,
|
D | UhciDebug.c | 68 DEBUG ((EFI_D_VERBOSE, " DevAddr - %d\n", CurTdSw->TdHw.DeviceAddr)); in UhciDumpTds()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/ |
D | EhciUrb.h | 112 UINT32 DeviceAddr : 7; member
|
D | EhciUrb.c | 193 QhHw->DeviceAddr = Ep->DevAddr; in EhcCreateQh()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/ |
D | EhciUrb.h | 116 UINT32 DeviceAddr : 7; member
|
D | EhciDebug.c | 148 DEBUG ((EFI_D_VERBOSE, "Device address: %d\n", QhHw->DeviceAddr)); in EhcDumpQh()
|
D | EhciUrb.c | 199 QhHw->DeviceAddr = Ep->DevAddr; in EhcCreateQh()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/ |
D | Cper.h | 1150 UINT64 DeviceAddr; member
|