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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.c 223 UINT8 EPType;
247 EPType = (UINT8) ((DEVICE_CONTEXT *)OutputContext)->EP[Dci-1].EPType;
249 EPType = (UINT8) ((DEVICE_CONTEXT_64 *)OutputContext)->EP[Dci-1].EPType;
259 switch (EPType) {
418 DEBUG ((EFI_D_INFO, "Not supported EPType 0x%x!\n",EPType));
    [all...]
XhciSched.h 640 UINT32 EPType:3;
669 UINT32 EPType:3;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.c 229 UINT8 EPType;
258 EPType = (UINT8) ((DEVICE_CONTEXT *)OutputContext)->EP[Dci-1].EPType;
260 EPType = (UINT8) ((DEVICE_CONTEXT_64 *)OutputContext)->EP[Dci-1].EPType;
287 switch (EPType) {
446 DEBUG ((EFI_D_INFO, "Not supported EPType 0x%x!\n",EPType));
    [all...]
XhciSched.h 644 UINT32 EPType:3;
673 UINT32 EPType:3;
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Common.c 521 DebugCapabilityContext->EpOutContext.EPType = ED_BULK_OUT;
529 DebugCapabilityContext->EpInContext.EPType = ED_BULK_IN;
DebugCommunicationLibUsb3Internal.h 234 UINT32 EPType:3;

Completed in 228 milliseconds