Home
last modified time | relevance | path

Searched refs:MAX_USB_ENDPOINT (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-usb.c89 #define MAX_USB_ENDPOINT 15 /* The highest valid USB endpoint number */ macro
1276 if (cvmx_unlikely((endpoint_num < 0) || (endpoint_num > MAX_USB_ENDPOINT))) in cvmx_usb_open_pipe()