Searched refs:USB_ENDPOINT_NUMBER_MASK (Results 1 – 13 of 13) sorted by relevance
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()
274 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()446 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_submit_next_request()572 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_queue()621 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in handle_ep_complete()731 & USB_ENDPOINT_NUMBER_MASK; in handle_setup()793 & USB_ENDPOINT_NUMBER_MASK; in stop_activity()861 & USB_ENDPOINT_NUMBER_MASK; in udc_irq()
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()
513 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()
979 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()
411 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro453 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_endpoint_num()
133 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
218 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
1385 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()1389 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()1396 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
330 b = ep->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_set_maxpacket_ep()
255 epnum &= USB_ENDPOINT_NUMBER_MASK; in ep0_get_status()430 epnum = index & USB_ENDPOINT_NUMBER_MASK; in ep0_handle_feature()
820 USB_ENDPOINT_NUMBER_MASK; in udc_endpoint_write()
315 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1; in dwc3_wIndex_to_dep()
Completed in 46 milliseconds