Home
last modified time | relevance | path

Searched refs:USB_EP_DIR_MASK (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c119 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()
H A Dusbai_pipe_mgmt.c421 ((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()
H A Dusbai_util.c218 uint8_t ept_dir = ept->bEndpointAddress & USB_EP_DIR_MASK; in usb_lookup_ep_data()
/titanic_44/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h503 USB_EP_DIR_MASK)
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c1077 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()
H A Dehci.c1372 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()
H A Dehci_isoch.c249 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()
H A Dehci_util.c2246 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()
H A Dehci_xfer.c971 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()
H A Dehci_polled.c1376 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()
H A Dehci_isoch_util.c474 itw->itw_direction = endpoint->bEndpointAddress & USB_EP_DIR_MASK; in ehci_allocate_itw()
/titanic_44/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c361 dir = ((ept_descr.bEndpointAddress & USB_EP_DIR_MASK) & in usb_pipe_handle()
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c3010 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 …]
H A Dohci_polled.c1760 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()
/titanic_44/usr/src/uts/common/sys/usb/
H A Dusbai.h370 #define USB_EP_DIR_MASK 0x80 /* direction mask */ macro
/titanic_44/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c317 ep_dir = ep_descr->bEndpointAddress & USB_EP_DIR_MASK; in usb_find_endpoint()
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c2416 uint8_t dir = addr & USB_EP_DIR_MASK; in uhci_do_byte_stats()