Home
last modified time | relevance | path

Searched refs:UE_ADDR (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c570 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()
/third_party/FreeBSD/sys/dev/usb/
Dusb.h537 #define UE_ADDR 0x0f macro
539 #define UE_GET_ADDR(a) ((a) & UE_ADDR)
Dusb_device.c122 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()
Dusb_generic.c205 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()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h73 ((((x) & UE_DIR_IN) ? 1 : 0) | (2 * ((x) & UE_ADDR)))