Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Dpxa27x_udc.c57 int ep_num = endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK; in udc_write_urb()
138 int ep_num = endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK; in udc_read_urb()
373 int ep_num = ep_addr & USB_ENDPOINT_NUMBER_MASK; in udc_handle_ep()
454 USB_ENDPOINT_NUMBER_MASK; in udc_irq()
537 ep_num = endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK; in udc_setup_ep()
557 ep_num = ep_addr & USB_ENDPOINT_NUMBER_MASK; in udc_setup_ep()
Dci_udc.c271 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_alloc_request()
295 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_free_request()
333 num = desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_enable()
438 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_submit_next_request()
564 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_queue()
613 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in handle_ep_complete()
723 & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
785 & USB_ENDPOINT_NUMBER_MASK; in stop_activity()
853 & USB_ENDPOINT_NUMBER_MASK; in udc_irq()
Ddesignware_udc.c295 USB_ENDPOINT_NUMBER_MASK, cp, last); in dw_write_noniso_tx_fifo()
456 USB_ENDPOINT_NUMBER_MASK) == ep) in dw_find_ep()
539 udc_unset_nak(endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK); in udc_endpoint_write()
610 ep_num = ep_addr & USB_ENDPOINT_NUMBER_MASK; in udc_setup_ep()
Datmel_usba_udc.c179 if (((desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK) in usba_ep_enable()
563 if ((wIndex & USB_ENDPOINT_NUMBER_MASK) == 0) in get_ep_by_addr()
574 if ((bEndpointAddress & USB_ENDPOINT_NUMBER_MASK) in get_ep_by_addr()
575 == (wIndex & USB_ENDPOINT_NUMBER_MASK)) in get_ep_by_addr()
Dat91_udc.c976 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
999 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
1018 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
Dfotg210.c79 int ep = ep_addr & USB_ENDPOINT_NUMBER_MASK; in ep_reset()
/external/u-boot/drivers/usb/eth/
Dusb_ether.c48 USB_ENDPOINT_NUMBER_MASK; in usb_ether_register()
52 USB_ENDPOINT_NUMBER_MASK; in usb_ether_register()
61 USB_ENDPOINT_NUMBER_MASK; in usb_ether_register()
Dasix.c677 USB_ENDPOINT_NUMBER_MASK; in asix_eth_probe()
683 USB_ENDPOINT_NUMBER_MASK; in asix_eth_probe()
693 USB_ENDPOINT_NUMBER_MASK; in asix_eth_probe()
Dasix88179.c682 USB_ENDPOINT_NUMBER_MASK; in ax88179_eth_probe()
695 USB_ENDPOINT_NUMBER_MASK; in ax88179_eth_probe()
700 USB_ENDPOINT_NUMBER_MASK; in ax88179_eth_probe()
Dsmsc95xx.c879 USB_ENDPOINT_NUMBER_MASK; in smsc95xx_eth_probe()
883 USB_ENDPOINT_NUMBER_MASK; in smsc95xx_eth_probe()
890 USB_ENDPOINT_NUMBER_MASK; in smsc95xx_eth_probe()
Dr8152.c1401 USB_ENDPOINT_NUMBER_MASK; in r8152_eth_probe()
1406 USB_ENDPOINT_NUMBER_MASK; in r8152_eth_probe()
1416 USB_ENDPOINT_NUMBER_MASK; in r8152_eth_probe()
Dmcs7830.c769 epaddr &= USB_ENDPOINT_NUMBER_MASK; in mcs7830_eth_probe()
/external/u-boot/include/linux/usb/
Dch9.h411 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
453 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_endpoint_num()
/external/u-boot/include/
Dusb_defs.h107 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
Dusbdevice.h222 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
/external/kernel-headers/original/uapi/linux/usb/
Dch9.h422 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
464 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_endpoint_num()
/external/u-boot/common/
Dusb_storage.c1361 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
1365 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
1372 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
Dusb.c325 b = ep->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_set_maxpacket_ep()
/external/u-boot/drivers/usb/musb/
Dmusb_udc.c813 USB_ENDPOINT_NUMBER_MASK; in udc_endpoint_write()
/external/u-boot/drivers/usb/dwc3/
Dep0.c312 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1; in dwc3_wIndex_to_dep()