Searched refs:USB_EP_MAX (Results 1 – 5 of 5) sorted by relevance
140 struct usb_hw_ep_scratch_sub ep[USB_EP_MAX];145 uint8_t bmOutAlloc[(USB_EP_MAX + 15) / 16];146 uint8_t bmInAlloc[(USB_EP_MAX + 15) / 16];
72 #define USB_EP_MAX (2*16) /* hardcoded */ macro
490 if (e >= (USB_EP_MAX / 2)) { in usb_fifo_create()
1272 parm->dma_tag_max += 3 * MIN(n_setup, USB_EP_MAX); in usbd_transfer_setup()
672 for (n = 1; n != (USB_EP_MAX / 2); n++) { in usb_hw_ep_find_match()773 ep_end = ues->ep + USB_EP_MAX; in usb_hw_ep_get_needs()