Searched refs:USB_ENDPOINT_NUMBER_MASK (Results 1 – 11 of 11) sorted by relevance
859 ep_out->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in get_pipes()863 ep_in->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in get_pipes()870 ep_int->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in get_pipes()874 ep_int->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in get_pipes()
365 U32 epnum = epaddr & USB_ENDPOINT_NUMBER_MASK; in usb_disable_endpoint()406 unsigned int eptnum = eptaddr & USB_ENDPOINT_NUMBER_MASK; in usb_enable_endpoint()474 __create_pipe(dev, USB_ENDPOINT_NUMBER_MASK & epaddr) in usb_set_interface()
1977 U32 epnum = endpoint & USB_ENDPOINT_NUMBER_MASK; in hcd_endpoint_disable()
8933 epnum = ep & USB_ENDPOINT_NUMBER_MASK; in ehci_endpoint_disable()
445 U32 u32Ept = epaddr & USB_ENDPOINT_NUMBER_MASK; in ms_usb_disable_endpoint()529 unsigned int eptnum = eptaddr & USB_ENDPOINT_NUMBER_MASK; in ms_usb_enable_endpoint()620 __pack_pipe(pDev, USB_ENDPOINT_NUMBER_MASK & epaddr) in ms_usb_set_interface()
395 …_send_pipe = usb_sndbulkpipe(ms_us->pusb_dev, ep_out->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in ms_usb_set_pipe()396 …k_recv_pipe = usb_rcvbulkpipe(ms_us->pusb_dev, ep_in->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in ms_usb_set_pipe()400 ep_int->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in ms_usb_set_pipe()
1356 U32 u32Epnum = iEndpoint & USB_ENDPOINT_NUMBER_MASK; in ms_usb_hcd_flush_endpoint()
3047 iEpnum = iEp & USB_ENDPOINT_NUMBER_MASK; in ms_ehci_disable_ep()
571 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
244 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
342 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro