Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A 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()
H A Dci_udc.c270 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_alloc_request()
294 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_free_request()
332 num = desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_enable()
437 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_submit_next_request()
563 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_queue()
612 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in handle_ep_complete()
722 & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
784 & USB_ENDPOINT_NUMBER_MASK; in stop_activity()
852 & USB_ENDPOINT_NUMBER_MASK; in udc_irq()
H A Ddesignware_udc.c293 USB_ENDPOINT_NUMBER_MASK, cp, last); in dw_write_noniso_tx_fifo()
454 USB_ENDPOINT_NUMBER_MASK) == ep) in dw_find_ep()
537 udc_unset_nak(endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK); in udc_endpoint_write()
608 ep_num = ep_addr & USB_ENDPOINT_NUMBER_MASK; in udc_setup_ep()
H A Daspeed_usbtty.c174 ep_num = endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK; in udc_endpoint_write()
216 ep_num = endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK; in aspeed_udc_ep_handle()
582 ep_num = endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK; in udc_setup_ep()
H A 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()
H A 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()
H A Daspeed_udc.c212 epnum = udc->root_setup->wIndex & USB_ENDPOINT_NUMBER_MASK; in aspeed_udc_getstatus()
248 u16 ep_num = udc->root_setup->wIndex & USB_ENDPOINT_NUMBER_MASK; in aspeed_udc_setup_handle()
H A Dfotg210.c78 int ep = ep_addr & USB_ENDPOINT_NUMBER_MASK; in ep_reset()
/openbmc/u-boot/drivers/usb/eth/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A Dmcs7830.c769 epaddr &= USB_ENDPOINT_NUMBER_MASK; in mcs7830_eth_probe()
/openbmc/u-boot/include/
H A Dusb_defs.h107 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
H A Dusbdevice.h222 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
/openbmc/u-boot/include/linux/usb/
H A Dch9.h411 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
453 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_endpoint_num()
/openbmc/u-boot/common/
H A Dusb_storage.c1360 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
1364 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
1371 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
H A Dusb.c322 b = ep->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_set_maxpacket_ep()
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_udc.c812 USB_ENDPOINT_NUMBER_MASK; in udc_endpoint_write()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dep0.c311 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1; in dwc3_wIndex_to_dep()