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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbUtility.h 182 @param EpAddr The target endpoint address, with direction encoded in
203 IN UINT8 EpAddr,
220 @param EpAddr The target endpoint address, with direction encoded in
241 IN UINT8 EpAddr,
258 @param EpAddr The target endpoint address, with direction encoded in
278 IN UINT8 EpAddr,
294 @param EpAddr The target endpoint address, with direction encoded in
311 IN UINT8 EpAddr,
326 @param EpAddr The target endpoint address, with direction encoded in
344 IN UINT8 EpAddr,
    [all...]
UsbHub.h 21 #define USB_ENDPOINT_ADDR(EpAddr) ((EpAddr) & 0x7F)
UsbEnumer.h 98 @param EpAddr The address of the endpoint to return.
106 IN UINT8 EpAddr
UsbUtility.c 347 @param EpAddr The target endpoint address, with direction encoded in
368 IN UINT8 EpAddr,
386 EpAddr,
401 EpAddr,
420 @param EpAddr The target endpoint address, with direction encoded in
441 IN UINT8 EpAddr,
460 EpAddr,
477 EpAddr,
498 @param EpAddr The target endpoint address, with direction encoded in
518 IN UINT8 EpAddr,
    [all...]
UsbEnumer.c 22 @param EpAddr The address of the endpoint to return.
30 IN UINT8 EpAddr
42 if (EpDesc->Desc.EndpointAddress == EpAddr) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.c 201 QhHw->EpNum = Ep->EpAddr;
525 @param EpAddr Endpoint addrress & its direction.
545 IN UINT8 EpAddr,
579 Ep->EpAddr = (UINT8) (EpAddr & 0x0F);
580 Ep->Direction = (((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut);
EhciUrb.h 158 UINT8 EpAddr; // Endpoint address, no direction encoded in
303 @param EpAddr Endpoint addrress & its direction.
323 IN UINT8 EpAddr,
EhciSched.c 56 Ep.EpAddr = 1;
83 Ep.EpAddr = 2;
769 if ((Urb->Ep.DevAddr == DevAddr) && (Urb->Ep.EpAddr == EpNum) &&
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.c 195 QhHw->EpNum = Ep->EpAddr;
494 @param EpAddr Endpoint addrress & its direction.
514 IN UINT8 EpAddr,
544 Ep->EpAddr = (UINT8) (EpAddr & 0x0F);
545 Ep->Direction = (((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut);
EhciSched.c 56 Ep.EpAddr = 1;
81 Ep.EpAddr = 2;
EhciUrb.h 154 UINT8 EpAddr; // Endpoint address, no direction encoded in
297 @param EpAddr Endpoint addrress & its direction.
317 IN UINT8 EpAddr,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.c 123 @param EpAddr Endpoint addrress
140 IN UINT8 EpAddr,
164 Ep->EpAddr = (UINT8) (EpAddr & 0x0F);
165 Ep->Direction = ((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut;
242 Dci = XhcPeiEndpointToDci (Urb->Ep.EpAddr, (UINT8)(Urb->Ep.Direction));
455 Dci = XhcPeiEndpointToDci (Urb->Ep.EpAddr, (UINT8) (Urb->Ep.Direction));
514 Dci = XhcPeiEndpointToDci (Urb->Ep.EpAddr, (UINT8) (Urb->Ep.Direction));
784 Dci = XhcPeiEndpointToDci (Urb->Ep.EpAddr, (UINT8)(Urb->Ep.Direction));
901 @param EpAddr The target endpoint number.
    [all...]
XhciSched.h 117 UINT8 EpAddr;
814 @param EpAddr The target endpoint number.
822 IN UINT8 EpAddr,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.c 123 @param EpAddr Endpoint addrress
140 IN UINT8 EpAddr,
165 Ep->EpAddr = (UINT8)(EpAddr & 0x0F);
166 Ep->Direction = ((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut;
252 Dci = XhcEndpointToDci (Urb->Ep.EpAddr, (UINT8)(Urb->Ep.Direction));
656 Dci = XhcEndpointToDci (Urb->Ep.EpAddr, (UINT8)(Urb->Ep.Direction));
717 Dci = XhcEndpointToDci (Urb->Ep.EpAddr, (UINT8)(Urb->Ep.Direction));
    [all...]
XhciSched.h 121 UINT8 EpAddr;
894 @param EpAddr The target endpoint number.
902 IN UINT8 EpAddr,
    [all...]

Completed in 206 milliseconds