Searched refs:USB_EP_DIR_MASK (Results 1 – 19 of 19) sorted by relevance
120 USB_EP_DIR_MASK; in _usba_check_req()423 uchar_t ep_dir = ph_data->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in usba_flags_attr_check()739 USB_EP_DIR_MASK; in usba_req_normal_cb()1831 direction = ph_data->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in usb_pipe_intr_xfer()2386 direction = ph_data->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in usb_pipe_isoc_xfer()
422 ((ep_addr & USB_EP_DIR_MASK) ? 16 : 0)); in usb_get_ep_index()1177 dir = ph_data->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in usba_pipe_sync_close()
219 uint8_t ept_dir = ept->bEndpointAddress & USB_EP_DIR_MASK; in usb_lookup_ep_data()
597 if ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in xhci_hcdi_pipe_close()982 if ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in xhci_hcdi_pipe_bulk_xfer()1254 if ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in xhci_hcdi_intr_oneshot()1340 if ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in xhci_hcdi_pipe_intr_xfer()1495 if ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in xhci_hcdi_pipe_isoc_xfer()
38 (ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN); in xhci_endpoint_is_periodic_in()76 if ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) in xhci_endpoint_pipe_to_epid()316 boolean_t in = (ep->bEndpointAddress & USB_EP_DIR_MASK) == in xhci_endpoint_epdesc_to_type()
1075 USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ehci_handle_bulk_qtd()1123 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ehci_handle_intr_qtd()
1357 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_hcdi_pipe_intr_xfer()1508 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_hcdi_pipe_isoc_xfer()
250 if ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == in ehci_isoc_pipe_cleanup()354 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_allocate_isoc_resources()
2267 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_allocate_high_speed_bandwidth()2525 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_deallocate_high_speed_bandwidth()2688 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_compute_high_speed_bandwidth()2790 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_compute_classic_bandwidth()4666 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()1713 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_insert_bulk_req()2097 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_allocate_intr_resources()3731 ((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()2107 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_polled_create_tw()
475 itw->itw_direction = endpoint->bEndpointAddress & USB_EP_DIR_MASK; in ehci_allocate_itw()
503 USB_EP_DIR_MASK)
363 dir = ((ept_descr.bEndpointAddress & USB_EP_DIR_MASK) & in usb_pipe_handle()
2994 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_hcdi_pipe_intr_xfer()3145 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_hcdi_pipe_isoc_xfer()3518 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ohci_compute_total_bandwidth()3853 if (addr & USB_EP_DIR_MASK) { in ohci_unpack_endpoint()4991 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_insert_bulk_req()5385 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_allocate_intr_resources()5576 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_allocate_isoc_resources()9084 USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ohci_handle_bulk_td()9137 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ohci_handle_intr_td()9304 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ohci_handle_isoc_td()[all …]
1763 p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_polled_process_input_list()2220 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_polled_create_tw()
371 #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()