Searched refs:UE_ADDR (Results 1 – 5 of 5) sorted by relevance
570 cfg[0].endpoint = addr & UE_ADDR; in usb_clear_halt()673 addr = (uhe->desc.bEndpointAddress & UE_ADDR); in usb_control_msg()802 cfg[0].endpoint = addr & UE_ADDR; in usb_setup_endpoint_agg()828 cfg[0].endpoint = addr & UE_ADDR; in usb_setup_endpoint_agg()1188 mask = UE_ADDR; in usb_find_host_endpoint()1190 mask = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR); in usb_find_host_endpoint()1219 if ((type == UE_CONTROL) && ((ep & UE_ADDR) == 0)) { in usb_find_host_endpoint()
537 #define UE_ADDR 0x0f macro539 #define UE_GET_ADDR(a) ((a) & UE_ADDR)
122 EA_MASK = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR), in usbd_get_ep_by_addr()221 ea_mask |= UE_ADDR; in usbd_get_endpoint()222 ea_val |= (setup->endpoint & UE_ADDR); in usbd_get_endpoint()
205 usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR; in ugen_open_pipe_write()274 usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR; in ugen_open_pipe_read()1523 usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR; in ugen_ioctl()
73 ((((x) & UE_DIR_IN) ? 1 : 0) | (2 * ((x) & UE_ADDR)))