Home
last modified time | relevance | path

Searched refs:RequestPhy (Results 1 – 25 of 88) sorted by relevance

1234

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.c315 if (Urb->RequestPhy != NULL) { in EhcFreeUrb()
383 Qtd = EhcCreateQtd (Ehc, Urb->RequestPhy, Len, QTD_PID_SETUP, 0, Ep->MaxPacket); in EhcCreateQtds()
576 Urb->RequestPhy = NULL; in EhcCreateUrb()
593 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.c314 if (Urb->RequestPhy != NULL) { in EhcFreeUrb()
382 Qtd = EhcCreateQtd (Ehc, Urb->RequestPhy, Len, QTD_PID_SETUP, 0, Ep->MaxPacket); in EhcCreateQtds()
573 Urb->RequestPhy = NULL; in EhcCreateUrb()
590 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.c315 if (Urb->RequestPhy != NULL) { in EhcFreeUrb()
383 Qtd = EhcCreateQtd (Ehc, Urb->RequestPhy, Len, QTD_PID_SETUP, 0, Ep->MaxPacket); in EhcCreateQtds()
576 Urb->RequestPhy = NULL; in EhcCreateUrb()
593 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.c315 if (Urb->RequestPhy != NULL) { in EhcFreeUrb()
383 Qtd = EhcCreateQtd (Ehc, Urb->RequestPhy, Len, QTD_PID_SETUP, 0, Ep->MaxPacket); in EhcCreateQtds()
576 Urb->RequestPhy = NULL; in EhcCreateUrb()
593 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.c315 if (Urb->RequestPhy != NULL) { in EhcFreeUrb()
383 Qtd = EhcCreateQtd (Ehc, Urb->RequestPhy, Len, QTD_PID_SETUP, 0, Ep->MaxPacket); in EhcCreateQtds()
576 Urb->RequestPhy = NULL; in EhcCreateUrb()
593 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.c314 if (Urb->RequestPhy != NULL) { in EhcFreeUrb()
382 Qtd = EhcCreateQtd (Ehc, Urb->RequestPhy, Len, QTD_PID_SETUP, 0, Ep->MaxPacket); in EhcCreateQtds()
575 Urb->RequestPhy = NULL; in EhcCreateUrb()
592 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.c314 if (Urb->RequestPhy != NULL) { in EhcFreeUrb()
382 Qtd = EhcCreateQtd (Ehc, Urb->RequestPhy, Len, QTD_PID_SETUP, 0, Ep->MaxPacket); in EhcCreateQtds()
573 Urb->RequestPhy = NULL; in EhcCreateUrb()
590 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.c314 if (Urb->RequestPhy != NULL) { in EhcFreeUrb()
382 Qtd = EhcCreateQtd (Ehc, Urb->RequestPhy, Len, QTD_PID_SETUP, 0, Ep->MaxPacket); in EhcCreateQtds()
573 Urb->RequestPhy = NULL; in EhcCreateUrb()
590 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.c315 if (Urb->RequestPhy != NULL) { in EhcFreeUrb()
383 Qtd = EhcCreateQtd (Ehc, Urb->RequestPhy, Len, QTD_PID_SETUP, 0, Ep->MaxPacket); in EhcCreateQtds()
576 Urb->RequestPhy = NULL; in EhcCreateUrb()
593 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c325 IN UINT8 *RequestPhy, in UhciCreateSetupTd() argument
349 Td->TdHw.DataBuffer = (UINT32) (UINTN) RequestPhy; in UhciCreateSetupTd()
492 IN UINT8 *RequestPhy, in UhciCreateCtrlTds() argument
519 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow); in UhciCreateCtrlTds()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c331 IN UINT8 *RequestPhy, in UhciCreateSetupTd() argument
355 Td->TdHw.DataBuffer = (UINT32) (UINTN) RequestPhy; in UhciCreateSetupTd()
498 IN UINT8 *RequestPhy, in UhciCreateCtrlTds() argument
525 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow); in UhciCreateCtrlTds()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c325 IN UINT8 *RequestPhy, in UhciCreateSetupTd() argument
349 Td->TdHw.DataBuffer = (UINT32) (UINTN) RequestPhy; in UhciCreateSetupTd()
492 IN UINT8 *RequestPhy, in UhciCreateCtrlTds() argument
519 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow); in UhciCreateCtrlTds()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c325 IN UINT8 *RequestPhy, in UhciCreateSetupTd() argument
349 Td->TdHw.DataBuffer = (UINT32) (UINTN) RequestPhy; in UhciCreateSetupTd()
492 IN UINT8 *RequestPhy, in UhciCreateCtrlTds() argument
519 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow); in UhciCreateCtrlTds()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c325 IN UINT8 *RequestPhy, in UhciCreateSetupTd() argument
349 Td->TdHw.DataBuffer = (UINT32) (UINTN) RequestPhy; in UhciCreateSetupTd()
492 IN UINT8 *RequestPhy, in UhciCreateCtrlTds() argument
519 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow); in UhciCreateCtrlTds()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c325 IN UINT8 *RequestPhy, in UhciCreateSetupTd() argument
349 Td->TdHw.DataBuffer = (UINT32) (UINTN) RequestPhy; in UhciCreateSetupTd()
492 IN UINT8 *RequestPhy, in UhciCreateCtrlTds() argument
519 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow); in UhciCreateCtrlTds()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c325 IN UINT8 *RequestPhy, in UhciCreateSetupTd() argument
349 Td->TdHw.DataBuffer = (UINT32) (UINTN) RequestPhy; in UhciCreateSetupTd()
492 IN UINT8 *RequestPhy, in UhciCreateCtrlTds() argument
519 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow); in UhciCreateCtrlTds()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c325 IN UINT8 *RequestPhy, in UhciCreateSetupTd() argument
349 Td->TdHw.DataBuffer = (UINT32) (UINTN) RequestPhy; in UhciCreateSetupTd()
492 IN UINT8 *RequestPhy, in UhciCreateCtrlTds() argument
519 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow); in UhciCreateCtrlTds()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c325 IN UINT8 *RequestPhy, in UhciCreateSetupTd() argument
349 Td->TdHw.DataBuffer = (UINT32) (UINTN) RequestPhy; in UhciCreateSetupTd()
492 IN UINT8 *RequestPhy, in UhciCreateCtrlTds() argument
519 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow); in UhciCreateCtrlTds()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c325 IN UINT8 *RequestPhy, in UhciCreateSetupTd() argument
349 Td->TdHw.DataBuffer = (UINT32) (UINTN) RequestPhy; in UhciCreateSetupTd()
492 IN UINT8 *RequestPhy, in UhciCreateCtrlTds() argument
519 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow); in UhciCreateCtrlTds()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.c334 if (Urb->RequestPhy != NULL) { in EhcFreeUrb()
407 …Qtd = EhcCreateQtd (Ehc, (UINT8 *)Urb->Request, (UINT8 *)Urb->RequestPhy, Len, QTD_PID_SETUP, 0, E… in EhcCreateQtds()
623 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.c328 if (Urb->RequestPhy != NULL) { in EhcFreeUrb()
401 …Qtd = EhcCreateQtd (Ehc, (UINT8 *)Urb->Request, (UINT8 *)Urb->RequestPhy, Len, QTD_PID_SETUP, 0, E… in EhcCreateQtds()
617 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.c329 if (Urb->RequestPhy != NULL) { in EhcFreeUrb()
402 …Qtd = EhcCreateQtd (Ehc, (UINT8 *)Urb->Request, (UINT8 *)Urb->RequestPhy, Len, QTD_PID_SETUP, 0, E… in EhcCreateQtds()
618 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.c329 if (Urb->RequestPhy != NULL) { in EhcFreeUrb()
402 …Qtd = EhcCreateQtd (Ehc, (UINT8 *)Urb->Request, (UINT8 *)Urb->RequestPhy, Len, QTD_PID_SETUP, 0, E… in EhcCreateQtds()
618 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.c329 if (Urb->RequestPhy != NULL) { in EhcFreeUrb()
402 …Qtd = EhcCreateQtd (Ehc, (UINT8 *)Urb->Request, (UINT8 *)Urb->RequestPhy, Len, QTD_PID_SETUP, 0, E… in EhcCreateQtds()
618 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.c328 if (Urb->RequestPhy != NULL) { in EhcFreeUrb()
401 …Qtd = EhcCreateQtd (Ehc, (UINT8 *)Urb->Request, (UINT8 *)Urb->RequestPhy, Len, QTD_PID_SETUP, 0, E… in EhcCreateQtds()
617 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()

1234