Lines Matching refs:USBFBSD_MAXENDPOINTS
59 #define USBFBSD_MAXENDPOINTS 127
108 USBENDPOINTFBSD aSwEndpoint[USBFBSD_MAXENDPOINTS];
110 struct usb_fs_endpoint aHwEndpoint[USBFBSD_MAXENDPOINTS];
181 UsbFsInit.ep_index_max = USBFBSD_MAXENDPOINTS;
209 for (unsigned n = 0; n != USBFBSD_MAXENDPOINTS; n++)
257 for (; index < USBFBSD_MAXENDPOINTS; index++)
268 if (index == USBFBSD_MAXENDPOINTS)
270 for (index = 0; index != USBFBSD_MAXENDPOINTS; index++)
278 if (index == USBFBSD_MAXENDPOINTS)
851 for (unsigned n = 0; n < USBFBSD_MAXENDPOINTS; n++)
1008 if (index < 0 || index >= USBFBSD_MAXENDPOINTS)