Searched refs:USB_ENDPOINT_NUMBER_MASK (Results 1 – 19 of 19) sorted by relevance
58 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()
267 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()
294 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()
180 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()
977 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()
79 int ep = ep_addr & USB_ENDPOINT_NUMBER_MASK; in ep_reset()
49 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()
678 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()
683 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()
880 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()
1402 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()
770 epaddr &= USB_ENDPOINT_NUMBER_MASK; in mcs7830_eth_probe()
108 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
223 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
411 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro453 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_endpoint_num()
1366 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()
329 b = ep->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_set_maxpacket_ep()
815 USB_ENDPOINT_NUMBER_MASK; in udc_endpoint_write()
312 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1; in dwc3_wIndex_to_dep()