Home
last modified time | relevance | path

Searched refs:EHC_CTRL_TRANSFER (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciUrb.c212 case EHC_CTRL_TRANSFER: in EhcCreateQh()
379 if (Urb->Ep.Type == EHC_CTRL_TRANSFER) { in EhcCreateQtds()
456 if (Ep->Type == EHC_CTRL_TRANSFER) { in EhcCreateQtds()
DEhciUrb.h24 #define EHC_CTRL_TRANSFER 0x01 macro
DEhcPeim.c1107 EHC_CTRL_TRANSFER, in EhcControlTransfer()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciUrb.c218 case EHC_CTRL_TRANSFER: in EhcCreateQh()
405 if (Urb->Ep.Type == EHC_CTRL_TRANSFER) { in EhcCreateQtds()
484 if (Ep->Type == EHC_CTRL_TRANSFER) { in EhcCreateQtds()
DEhciUrb.h28 #define EHC_CTRL_TRANSFER 0x01 macro
DEhci.c772 EHC_CTRL_TRANSFER, in EhcControlTransfer()