Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-usb.c90 #define MAX_USB_HUB_PORT 15 /* The highest valid port number on a hub */ macro
1298 if (cvmx_unlikely((hub_port < 0) || (hub_port > MAX_USB_HUB_PORT))) in cvmx_usb_open_pipe()