Searched refs:bEndpointAddress (Results 26 - 34 of 34) sorted by relevance

12

/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c62 urb->ep->desc.bEndpointAddress =
H A Dmusb_host.c2101 epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK);
2254 u8 is_in = hep->desc.bEndpointAddress & USB_DIR_IN;
H A Dmusb_gadget.c1188 (desc->bEndpointAddress & USB_DIR_IN));
/u-boot/common/
H A Dusb.c331 b = ep->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK;
342 if ((ep->bEndpointAddress & 0x80) == 0) {
/u-boot/drivers/usb/host/
H A Dxhci.c98 0x81, /* bEndpointAddress: IN endpoint 1 */
297 endpt_desc->bEndpointAddress, 1 << interval,
540 dir = (((endpt_desc->bEndpointAddress) & (0x80)) >> 7);
/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c2709 fsg_hs_bulk_in_desc.bEndpointAddress =
2710 fsg_fs_bulk_in_desc.bEndpointAddress;
2711 fsg_hs_bulk_out_desc.bEndpointAddress =
2712 fsg_fs_bulk_out_desc.bEndpointAddress;
H A Dcomposite.c446 addr = ((ep->bEndpointAddress & 0x80) >> 3)
447 | (ep->bEndpointAddress & 0x0f);
H A Ddwc2_udc_otg_xfer_dma.c1356 ep->bEndpointAddress |= USB_DIR_IN;
1358 ep->bEndpointAddress &= ~USB_DIR_IN;
H A Dmax3420_udc.c492 .bEndpointAddress = USB_DIR_OUT,

Completed in 132 milliseconds

12