Home
last modified time | relevance | path

Searched refs:USB_ENDPOINT_NUMBER_MASK (Results 1 – 13 of 13) sorted by relevance

/u-boot/drivers/usb/eth/
A Dusb_ether.c49 USB_ENDPOINT_NUMBER_MASK; in usb_ether_register()
53 USB_ENDPOINT_NUMBER_MASK; in usb_ether_register()
62 USB_ENDPOINT_NUMBER_MASK; in usb_ether_register()
/u-boot/drivers/usb/gadget/
A Dci_udc.c274 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_alloc_request()
298 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_free_request()
336 num = desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_enable()
446 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_submit_next_request()
572 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_queue()
621 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in handle_ep_complete()
731 & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
793 & USB_ENDPOINT_NUMBER_MASK; in stop_activity()
861 & USB_ENDPOINT_NUMBER_MASK; in udc_irq()
A Datmel_usba_udc.c180 if (((desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK) in usba_ep_enable()
564 if ((wIndex & USB_ENDPOINT_NUMBER_MASK) == 0) in get_ep_by_addr()
575 if ((bEndpointAddress & USB_ENDPOINT_NUMBER_MASK) in get_ep_by_addr()
576 == (wIndex & USB_ENDPOINT_NUMBER_MASK)) in get_ep_by_addr()
A Dmax3420_udc.c513 ep = &udc->ep[udc->setup.wIndex & USB_ENDPOINT_NUMBER_MASK]; in max3420_getstatus()
552 id = udc->setup.wIndex & USB_ENDPOINT_NUMBER_MASK; in max3420_set_clear_feature()
A Dat91_udc.c979 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
1002 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
1021 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
/u-boot/include/linux/usb/
A Dch9.h411 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
453 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_endpoint_num()
/u-boot/include/
A Dusb_defs.h133 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
A Dusbdevice.h218 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
/u-boot/common/
A Dusb_storage.c1385 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
1389 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
1396 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
A Dusb.c330 b = ep->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_set_maxpacket_ep()
/u-boot/drivers/usb/mtu3/
A Dmtu3_gadget_ep0.c255 epnum &= USB_ENDPOINT_NUMBER_MASK; in ep0_get_status()
430 epnum = index & USB_ENDPOINT_NUMBER_MASK; in ep0_handle_feature()
/u-boot/drivers/usb/musb/
A Dmusb_udc.c820 USB_ENDPOINT_NUMBER_MASK; in udc_endpoint_write()
/u-boot/drivers/usb/dwc3/
A Dep0.c315 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1; in dwc3_wIndex_to_dep()

Completed in 46 milliseconds