Home
last modified time | relevance | path

Searched refs:USB_ENDPOINT_NUMBER_MASK (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dusb.h89 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Df_generic.c490 priv->eps_revmap[ep->eplog & USB_ENDPOINT_NUMBER_MASK] = i + 1; in generic_eps_alloc()
591 num = dev->eps_revmap[num & USB_ENDPOINT_NUMBER_MASK]; in generic_revmap_ep()