Searched refs:USB_EP_MAX (Results 1 – 4 of 4) sorted by relevance
133 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];
53 #define USB_EP_MAX (2*16) /* hardcoded */ macro
418 if (e >= (USB_EP_MAX / 2)) { in usb_fifo_create()
1140 parm->dma_tag_max += 3 * MIN(n_setup, USB_EP_MAX); in usbd_transfer_setup()