Searched refs:UE_ADDR (Results 1 – 5 of 5) sorted by relevance
566 cfg[0].endpoint = addr & UE_ADDR; in usb_clear_halt()669 addr = (uhe->desc.bEndpointAddress & UE_ADDR); in usb_control_msg()797 cfg[0].endpoint = addr & UE_ADDR; in usb_setup_endpoint_agg()823 cfg[0].endpoint = addr & UE_ADDR; in usb_setup_endpoint_agg()1182 mask = UE_ADDR; in usb_find_host_endpoint()1184 mask = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR); in usb_find_host_endpoint()1213 if ((type == UE_CONTROL) && ((ep & UE_ADDR) == 0)) { in usb_find_host_endpoint()
539 #define UE_ADDR 0x0f macro541 #define UE_GET_ADDR(a) ((a) & UE_ADDR)
121 EA_MASK = (UE_DIR_IN | UE_DIR_OUT | UE_ADDR), in usbd_get_ep_by_addr()219 ea_mask |= UE_ADDR; in usbd_get_endpoint()220 ea_val |= (setup->endpoint & UE_ADDR); in usbd_get_endpoint()
201 usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR; in ugen_open_pipe_write()270 usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR; in ugen_open_pipe_read()1462 usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR; in ugen_ioctl()
72 ((((x) & UE_DIR_IN) ? 1 : 0) | (2 * ((x) & UE_ADDR)))