Searched defs:EpNum (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciSched.c743 @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) &&
751 EhciDelAsyncIntTransfer( IN USB2_HC_DEV *Ehc, IN UINT8 DevAddr, IN UINT8 EpNum, OUT UINT8 *DataToggle ) argument
H A DEhciUrb.h118 UINT32 EpNum : 4; member in struct:__anon10815
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbHub.c163 @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));
171 UsbHubCtrlClearTTBuffer( IN USB_DEVICE *HubDev, IN UINT8 Port, IN UINT16 DevAddr, IN UINT16 EpNum, IN UINT16 EpType ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.h114 UINT32 EpNum : 4; member in struct:__anon10819

Completed in 37 milliseconds