Searched refs:USB_EP_DIR_MASK (Results 1 – 17 of 17) sorted by relevance
119 USB_EP_DIR_MASK; in _usba_check_req()418 uchar_t ep_dir = ph_data->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in usba_flags_attr_check()734 USB_EP_DIR_MASK; in usba_req_normal_cb()1826 direction = ph_data->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in usb_pipe_intr_xfer()2381 direction = ph_data->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in usb_pipe_isoc_xfer()
421 ((ep_addr & USB_EP_DIR_MASK) ? 16 : 0)); in usb_get_ep_index()1092 dir = ph_data->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in usba_pipe_sync_close()
218 uint8_t ept_dir = ept->bEndpointAddress & USB_EP_DIR_MASK; in usb_lookup_ep_data()
503 USB_EP_DIR_MASK)
1077 USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ehci_handle_bulk_qtd()1125 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ehci_handle_intr_qtd()
1372 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_hcdi_pipe_intr_xfer()1523 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_hcdi_pipe_isoc_xfer()
249 if ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == in ehci_isoc_pipe_cleanup()353 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_allocate_isoc_resources()
2246 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_allocate_high_speed_bandwidth()2504 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_deallocate_high_speed_bandwidth()2667 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_compute_high_speed_bandwidth()2769 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_compute_classic_bandwidth()4644 uint8_t dir = addr & USB_EP_DIR_MASK; in ehci_do_byte_stats()
971 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_clear_tt_buffer()1715 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_insert_bulk_req()2099 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_allocate_intr_resources()3735 ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == in ehci_pipe_cleanup()
1376 p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_polled_process_active_intr_qtd_list()2109 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_polled_create_tw()
474 itw->itw_direction = endpoint->bEndpointAddress & USB_EP_DIR_MASK; in ehci_allocate_itw()
361 dir = ((ept_descr.bEndpointAddress & USB_EP_DIR_MASK) & in usb_pipe_handle()
3010 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_hcdi_pipe_intr_xfer()3161 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_hcdi_pipe_isoc_xfer()3534 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ohci_compute_total_bandwidth()3869 if (addr & USB_EP_DIR_MASK) { in ohci_unpack_endpoint()5009 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_insert_bulk_req()5403 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_allocate_intr_resources()5594 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_allocate_isoc_resources()9104 USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ohci_handle_bulk_td()9157 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ohci_handle_intr_td()9324 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ohci_handle_isoc_td()[all …]
1760 p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_polled_process_input_list()2217 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_polled_create_tw()
370 #define USB_EP_DIR_MASK 0x80 /* direction mask */ macro
317 ep_dir = ep_descr->bEndpointAddress & USB_EP_DIR_MASK; in usb_find_endpoint()
2416 uint8_t dir = addr & USB_EP_DIR_MASK; in uhci_do_byte_stats()