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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciSched.h 138 @param EpNum The endpoint of the target.
149 IN UINT8 EpNum,
EhciDebug.c 150 DEBUG ((EFI_D_VERBOSE, "EP number : %d\n", QhHw->EpNum));
EhciSched.c 743 @param EpNum The endpoint of the target.
754 IN UINT8 EpNum,
763 Direction = (((EpNum & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut);
764 EpNum &= 0x0F;
769 if ((Urb->Ep.DevAddr == DevAddr) && (Urb->Ep.EpAddr == EpNum) &&
EhciUrb.h 118 UINT32 EpNum : 4;
EhciUrb.c 201 QhHw->EpNum = Ep->EpAddr;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbHub.h 149 @param EpNum The endpoint number of the failed transaction.
161 IN UINT16 EpNum,
UsbHub.c 163 @param EpNum The endpoint number of the failed transaction.
175 IN UINT16 EpNum,
185 Value = (UINT16) ((EpNum & 0x0F) | (DevAddr << 4) |
186 ((EpType & 0x03) << 11) | ((EpNum & 0x80) << 15));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.h 114 UINT32 EpNum : 4;
EhciUrb.c 195 QhHw->EpNum = Ep->EpAddr;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.c     [all...]
XhciSched.h 829 @param EpNum The endpoint of the target.
839 IN UINT8 EpNum
    [all...]

Completed in 367 milliseconds