Home
last modified time | relevance | path

Searched refs:USB_EP_MAX (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.h133 struct usb_hw_ep_scratch_sub ep[USB_EP_MAX];
138 uint8_t bmOutAlloc[(USB_EP_MAX + 15) / 16];
139 uint8_t bmInAlloc[(USB_EP_MAX + 15) / 16];
H A Dusb.h53 #define USB_EP_MAX (2*16) /* hardcoded */ macro
H A Dusb_dev.c418 if (e >= (USB_EP_MAX / 2)) { in usb_fifo_create()
H A Dusb_transfer.c1140 parm->dma_tag_max += 3 * MIN(n_setup, USB_EP_MAX); in usbd_transfer_setup()

Completed in 9 milliseconds