Searched refs:EpNum (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciSched.h138 @param EpNum The endpoint of the target.
149 IN UINT8 EpNum,
H A DEhciDebug.c150 DEBUG ((EFI_D_INFO, "EP number : %d\n", QhHw->EpNum));
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
H A DEhciUrb.c201 QhHw->EpNum = Ep->EpAddr;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbHub.h149 @param EpNum The endpoint number of the failed transaction.
161 IN UINT16 EpNum,
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
H A DEhciUrb.c195 QhHw->EpNum = Ep->EpAddr;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.c1132 @param EpNum The endpoint of the target.
1142 IN UINT8 EpNum
1150 Direction = ((EpNum & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut;
1151 EpNum &= 0x0F;
1158 (Urb->Ep.EpAddr == EpNum) &&
H A DXhciSched.h827 @param EpNum The endpoint of the target.
837 IN UINT8 EpNum

Completed in 673 milliseconds