Home
last modified time | relevance | path

Searched refs:USB_EP_NUM_MASK (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c417 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()
H A Dohci.c2481 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()
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c401 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()
H A Dehci.c825 epdt->bEndpointAddress & USB_EP_NUM_MASK); in ehci_hcdi_pipe_open()
1045 eptd->bEndpointAddress & USB_EP_NUM_MASK); in ehci_hcdi_pipe_close()
H A Dehci_isoch_util.c483 itw->itw_endpoint_num = endpoint->bEndpointAddress & USB_EP_NUM_MASK; in ehci_allocate_itw()
H A Dehci_xfer.c424 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()
/titanic_44/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c386 ept_descr.bEndpointAddress & USB_EP_NUM_MASK, type, dir, state, in usb_pipe_handle()
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c83 ph->p_ep.bEndpointAddress & USB_EP_NUM_MASK); in uhci_hcdi_pipe_open()
334 USB_EP_NUM_MASK) == 1); in uhci_hcdi_pipe_close()
/titanic_44/usr/src/uts/common/sys/usb/
H A Dusbai.h369 #define USB_EP_NUM_MASK 0x0F /* endpoint number mask */ macro
/titanic_44/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c316 ep_addr = ep_descr->bEndpointAddress & USB_EP_NUM_MASK; in usb_find_endpoint()
/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c420 return ((ep_addr & USB_EP_NUM_MASK) + in usb_get_ep_index()
H A Dusbai_util.c1372 ep_num = ph_data->p_ep.bEndpointAddress & USB_EP_NUM_MASK; in usb_ep_num()
H A Dusba_ugen.c1581 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()