Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H 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()
H A Dci_udc.c267 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_alloc_request()
291 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_free_request()
329 num = desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_enable()
434 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_submit_next_request()
560 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_queue()
609 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in handle_ep_complete()
719 & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
781 & USB_ENDPOINT_NUMBER_MASK; in stop_activity()
849 & USB_ENDPOINT_NUMBER_MASK; in udc_irq()
H A Ddesignware_udc.c294 USB_ENDPOINT_NUMBER_MASK, cp, last); in dw_write_noniso_tx_fifo()
455 USB_ENDPOINT_NUMBER_MASK) == ep) in dw_find_ep()
538 udc_unset_nak(endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK); in udc_endpoint_write()
609 ep_num = ep_addr & USB_ENDPOINT_NUMBER_MASK; in udc_setup_ep()
H 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()
H A Dat91_udc.c977 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
1000 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
1019 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
H A Dfotg210.c79 int ep = ep_addr & USB_ENDPOINT_NUMBER_MASK; in ep_reset()
/rk3399_rockchip-uboot/drivers/usb/eth/
H 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()
H A Dasix.c678 USB_ENDPOINT_NUMBER_MASK; in asix_eth_probe()
684 USB_ENDPOINT_NUMBER_MASK; in asix_eth_probe()
694 USB_ENDPOINT_NUMBER_MASK; in asix_eth_probe()
H A Dasix88179.c683 USB_ENDPOINT_NUMBER_MASK; in ax88179_eth_probe()
696 USB_ENDPOINT_NUMBER_MASK; in ax88179_eth_probe()
701 USB_ENDPOINT_NUMBER_MASK; in ax88179_eth_probe()
H A Dsmsc95xx.c880 USB_ENDPOINT_NUMBER_MASK; in smsc95xx_eth_probe()
884 USB_ENDPOINT_NUMBER_MASK; in smsc95xx_eth_probe()
891 USB_ENDPOINT_NUMBER_MASK; in smsc95xx_eth_probe()
H A Dr8152.c1402 USB_ENDPOINT_NUMBER_MASK; in r8152_eth_probe()
1407 USB_ENDPOINT_NUMBER_MASK; in r8152_eth_probe()
1417 USB_ENDPOINT_NUMBER_MASK; in r8152_eth_probe()
H A Dmcs7830.c770 epaddr &= USB_ENDPOINT_NUMBER_MASK; in mcs7830_eth_probe()
/rk3399_rockchip-uboot/include/
H A Dusb_defs.h108 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
H A Dusbdevice.h223 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/common/
H A Dusb_storage.c1366 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
1370 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
1377 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
H A Dusb.c329 b = ep->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_set_maxpacket_ep()
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_udc.c815 USB_ENDPOINT_NUMBER_MASK; in udc_endpoint_write()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dep0.c312 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1; in dwc3_wIndex_to_dep()