Home
last modified time | relevance | path

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

/u-boot/drivers/usb/eth/
A Dusb_ether.c51 USB_ENDPOINT_NUMBER_MASK; in usb_ether_register()
55 USB_ENDPOINT_NUMBER_MASK; in usb_ether_register()
64 USB_ENDPOINT_NUMBER_MASK; in usb_ether_register()
A Dasix.c680 USB_ENDPOINT_NUMBER_MASK; in asix_eth_probe()
686 USB_ENDPOINT_NUMBER_MASK; in asix_eth_probe()
696 USB_ENDPOINT_NUMBER_MASK; in asix_eth_probe()
A Dasix88179.c684 USB_ENDPOINT_NUMBER_MASK; in ax88179_eth_probe()
697 USB_ENDPOINT_NUMBER_MASK; in ax88179_eth_probe()
702 USB_ENDPOINT_NUMBER_MASK; in ax88179_eth_probe()
A Dsmsc95xx.c882 USB_ENDPOINT_NUMBER_MASK; in smsc95xx_eth_probe()
886 USB_ENDPOINT_NUMBER_MASK; in smsc95xx_eth_probe()
893 USB_ENDPOINT_NUMBER_MASK; in smsc95xx_eth_probe()
A Dr8152.c1635 USB_ENDPOINT_NUMBER_MASK; in r8152_eth_probe()
1641 USB_ENDPOINT_NUMBER_MASK; in r8152_eth_probe()
1651 USB_ENDPOINT_NUMBER_MASK; in r8152_eth_probe()
A Dmcs7830.c772 epaddr &= USB_ENDPOINT_NUMBER_MASK; in mcs7830_eth_probe()
/u-boot/drivers/usb/gadget/
A Dpxa27x_udc.c58 int ep_num = endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK; in udc_write_urb()
139 int ep_num = endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK; in udc_read_urb()
374 int ep_num = ep_addr & USB_ENDPOINT_NUMBER_MASK; in udc_handle_ep()
455 USB_ENDPOINT_NUMBER_MASK; in udc_irq()
538 ep_num = endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK; in udc_setup_ep()
558 ep_num = ep_addr & USB_ENDPOINT_NUMBER_MASK; in udc_setup_ep()
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()
443 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_submit_next_request()
569 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_queue()
618 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in handle_ep_complete()
728 & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
790 & USB_ENDPOINT_NUMBER_MASK; in stop_activity()
858 & USB_ENDPOINT_NUMBER_MASK; in udc_irq()
A Ddesignware_udc.c296 USB_ENDPOINT_NUMBER_MASK, cp, last); in dw_write_noniso_tx_fifo()
457 USB_ENDPOINT_NUMBER_MASK) == ep) in dw_find_ep()
540 udc_unset_nak(endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK); in udc_endpoint_write()
611 ep_num = ep_addr & USB_ENDPOINT_NUMBER_MASK; in udc_setup_ep()
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()
A Dfotg210.c81 int ep = ep_addr & USB_ENDPOINT_NUMBER_MASK; in ep_reset()
/u-boot/include/
A Dusb_defs.h107 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
A Dusbdevice.h222 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
/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/common/
A Dusb_storage.c1369 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
1373 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
1380 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
A Dusb.c334 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