Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
DXhciSched.c223 UINT8 EPType; in XhcPeiCreateTransferTrb() local
247 EPType = (UINT8) ((DEVICE_CONTEXT *)OutputContext)->EP[Dci-1].EPType; in XhcPeiCreateTransferTrb()
249 EPType = (UINT8) ((DEVICE_CONTEXT_64 *)OutputContext)->EP[Dci-1].EPType; in XhcPeiCreateTransferTrb()
259 switch (EPType) { in XhcPeiCreateTransferTrb()
418 DEBUG ((EFI_D_INFO, "Not supported EPType 0x%x!\n",EPType)); in XhcPeiCreateTransferTrb()
1144 InputContext->EP[0].EPType = ED_CONTROL_BIDIR; in XhcPeiInitializeDeviceSlot()
1351 InputContext->EP[0].EPType = ED_CONTROL_BIDIR; in XhcPeiInitializeDeviceSlot64()
1722 InputContext->EP[Dci-1].EPType = ED_BULK_IN; in XhcPeiSetConfigCmd()
1725 InputContext->EP[Dci-1].EPType = ED_BULK_OUT; in XhcPeiSetConfigCmd()
1739 InputContext->EP[Dci-1].EPType = ED_ISOCH_IN; in XhcPeiSetConfigCmd()
[all …]
DXhciSched.h640 UINT32 EPType:3; member
669 UINT32 EPType:3; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhciSched.c229 UINT8 EPType; in XhcCreateTransferTrb() local
258 EPType = (UINT8) ((DEVICE_CONTEXT *)OutputContext)->EP[Dci-1].EPType; in XhcCreateTransferTrb()
260 EPType = (UINT8) ((DEVICE_CONTEXT_64 *)OutputContext)->EP[Dci-1].EPType; in XhcCreateTransferTrb()
287 switch (EPType) { in XhcCreateTransferTrb()
446 DEBUG ((EFI_D_INFO, "Not supported EPType 0x%x!\n",EPType)); in XhcCreateTransferTrb()
2060 InputContext->EP[0].EPType = ED_CONTROL_BIDIR; in XhcInitializeDeviceSlot()
2266 InputContext->EP[0].EPType = ED_CONTROL_BIDIR; in XhcInitializeDeviceSlot64()
2624 InputContext->EP[Dci-1].EPType = ED_BULK_IN; in XhcInitializeEndpointContext()
2627 InputContext->EP[Dci-1].EPType = ED_BULK_OUT; in XhcInitializeEndpointContext()
2641 InputContext->EP[Dci-1].EPType = ED_ISOCH_IN; in XhcInitializeEndpointContext()
[all …]
DXhciSched.h644 UINT32 EPType:3; member
673 UINT32 EPType:3; member
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Internal.h234 UINT32 EPType:3; member
DDebugCommunicationLibUsb3Common.c521 DebugCapabilityContext->EpOutContext.EPType = ED_BULK_OUT; in CreateDebugCapabilityContext()
529 DebugCapabilityContext->EpInContext.EPType = ED_BULK_IN; in CreateDebugCapabilityContext()