Searched refs:USB_EP_NUM_MASK (Results 1 – 13 of 13) sorted by relevance
417 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ohci_handle_root_hub_pipe_close()481 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ohci_handle_root_hub_pipe_reset()1306 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ohci_handle_root_hub_pipe_start_intr_polling()1385 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ohci_handle_root_hub_pipe_stop_intr_polling()
2481 epdt->bEndpointAddress & USB_EP_NUM_MASK); in ohci_hcdi_pipe_open()2690 eptd->bEndpointAddress & USB_EP_NUM_MASK); in ohci_hcdi_pipe_close()3861 ctrl = ctrl | ((addr & USB_EP_NUM_MASK) << HC_EPT_EP_SHFT); in ohci_unpack_endpoint()5105 ph->p_ep.bEndpointAddress & USB_EP_NUM_MASK); in ohci_start_periodic_pipe_polling()
401 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ehci_handle_root_hub_pipe_close()465 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ehci_handle_root_hub_pipe_reset()1458 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ehci_handle_root_hub_pipe_start_intr_polling()1539 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ehci_handle_root_hub_pipe_stop_intr_polling()
825 epdt->bEndpointAddress & USB_EP_NUM_MASK); in ehci_hcdi_pipe_open()1045 eptd->bEndpointAddress & USB_EP_NUM_MASK); in ehci_hcdi_pipe_close()
483 itw->itw_endpoint_num = endpoint->bEndpointAddress & USB_EP_NUM_MASK; in ehci_allocate_itw()
424 ctrl |= ((addr & USB_EP_NUM_MASK) << EHCI_QH_CTRL_ED_NUMBER_SHIFT); in ehci_unpack_endpoint()1803 ph->p_ep.bEndpointAddress & USB_EP_NUM_MASK); in ehci_start_periodic_pipe_polling()
386 ept_descr.bEndpointAddress & USB_EP_NUM_MASK, type, dir, state, in usb_pipe_handle()
83 ph->p_ep.bEndpointAddress & USB_EP_NUM_MASK); in uhci_hcdi_pipe_open()334 USB_EP_NUM_MASK) == 1); in uhci_hcdi_pipe_close()
369 #define USB_EP_NUM_MASK 0x0F /* endpoint number mask */ macro
316 ep_addr = ep_descr->bEndpointAddress & USB_EP_NUM_MASK; in usb_find_endpoint()
420 return ((ep_addr & USB_EP_NUM_MASK) + in usb_get_ep_index()
1372 ep_num = ph_data->p_ep.bEndpointAddress & USB_EP_NUM_MASK; in usb_ep_num()
1581 ep_descr->bEndpointAddress & USB_EP_NUM_MASK; in ugen_epxs_minor_nodes_create()2070 if ((epp->ep_descr.bEndpointAddress & USB_EP_NUM_MASK) == 0) { in ugen_epx_open_pipe()