Searched refs:UE_ADDR (Results 1 – 11 of 11) sorted by relevance
571 cfg[0].endpoint = addr & UE_ADDR; in usb_clear_halt()674 addr = (uhe->desc.bEndpointAddress & UE_ADDR); in usb_control_msg()800 cfg[0].endpoint = addr & UE_ADDR; in usb_setup_endpoint()834 cfg[0].endpoint = addr & UE_ADDR; in usb_setup_endpoint()1032 mask = UE_ADDR; in usb_find_host_endpoint()1034 mask = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR); in usb_find_host_endpoint()1063 if ((type == UE_CONTROL) && ((ep & UE_ADDR) == 0)) { in usb_find_host_endpoint()
773 ep_no = (xfer->endpointno & UE_ADDR); in avr32dci_setup_standard_chain()907 uint8_t ep_no = xfer->endpointno & UE_ADDR; in avr32dci_start_standard_chain()1059 ep_no = (xfer->endpointno & UE_ADDR); in avr32dci_device_done()1089 ep_no = (pipe->edesc->bEndpointAddress & UE_ADDR); in avr32dci_set_stall()1182 (ed->bEndpointAddress & UE_ADDR), in avr32dci_clear_stall()1363 ep_no = xfer->endpointno & UE_ADDR; in avr32dci_device_isoc_fs_enter()1952 ep_no = xfer->endpointno & UE_ADDR; in avr32dci_xfer_setup()
1082 ep_no = (xfer->endpointno & UE_ADDR); in atmegadci_device_done()1115 ep_no = (ep->edesc->bEndpointAddress & UE_ADDR); in atmegadci_set_stall()1207 (ed->bEndpointAddress & UE_ADDR), in atmegadci_clear_stall()1996 ep_no = xfer->endpointno & UE_ADDR; in atmegadci_xfer_setup()
1028 uint8_t ep_no = (xfer->endpointno & UE_ADDR); in uss820dci_intr_set()1262 ep_no = (ep->edesc->bEndpointAddress & UE_ADDR); in uss820dci_set_stall()1357 (ed->bEndpointAddress & UE_ADDR), in uss820dci_clear_stall()2267 ep_no = xfer->endpointno & UE_ADDR; in uss820dci_xfer_setup()
3321 ((xfer->endpointno & UE_ADDR) << HCCHAR_EPNUM_SHIFT) | in dwc_otg_setup_standard_chain() 3675 reg = DOTG_DIEPCTL(ep_no & UE_ADDR); in dwc_otg_set_stall() 3676 temp = sc->sc_in_ctl[ep_no & UE_ADDR]; in dwc_otg_set_stall() 3678 reg = DOTG_DOEPCTL(ep_no & UE_ADDR); in dwc_otg_set_stall() 3679 temp = sc->sc_out_ctl[ep_no & UE_ADDR]; in dwc_otg_set_stall() 3688 sc->sc_active_rx_ep &= ~(1U << (ep_no & UE_ADDR)); in dwc_otg_set_stall() 3691 (ep_no & UE_ADDR) == GRXSTSRD_CHNUM_GET( in dwc_otg_set_stall() 3792 (ed->bEndpointAddress & UE_ADDR), in dwc_otg_clear_stall() 4817 ep_no = xfer->endpointno & UE_ADDR; in dwc_otg_xfer_setup()
72 ((((x) & UE_DIR_IN) ? 1 : 0) | (2 * ((x) & UE_ADDR)))
2404 ep_no = (xfer->endpointno & UE_ADDR); in musbotg_setup_standard_chain()2846 ep_no = (ep->edesc->bEndpointAddress & UE_ADDR); in musbotg_set_stall()3033 (ed->bEndpointAddress & UE_ADDR), in musbotg_clear_stall()4065 ep_no = xfer->endpointno & UE_ADDR; in musbotg_xfer_setup()
537 #define UE_ADDR 0x0f macro539 #define UE_GET_ADDR(a) ((a) & UE_ADDR)
266 usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR; in ugen_open_pipe_write()335 usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR; in ugen_open_pipe_read()1065 usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR; in usb_fs_open()
313 EA_MASK = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR), in usbd_get_ep_by_addr()411 ea_mask |= UE_ADDR; in usbd_get_endpoint()412 ea_val |= (setup->endpoint & UE_ADDR); in usbd_get_endpoint()
279 ea = (ted->bEndpointAddress & (UE_ADDR | UE_DIR_IN | UE_DIR_OUT)); in usb_make_endpoint_desc()826 ep_no = (ed->bEndpointAddress & UE_ADDR); in usb_hw_ep_get_needs()