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/
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];
Dusb.h53 #define USB_EP_MAX (2*16) /* hardcoded */ macro
Dusb_dev.c418 if (e >= (USB_EP_MAX / 2)) { in usb_fifo_create()
Dusb_transfer.c1140 parm->dma_tag_max += 3 * MIN(n_setup, USB_EP_MAX); in usbd_transfer_setup()