Searched refs:CVMX_USB_SPEED_LOW (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-usb.h375 * else if (usb_port_status.port_speed == CVMX_USB_SPEED_LOW)
477 CVMX_USB_SPEED_LOW = 2, /**< Device is operation at 1.5Mbps */ enumerator in enum:__anon7140
H A Dcvmx-usb.c1278 if (cvmx_unlikely(device_speed > CVMX_USB_SPEED_LOW))
1908 usbc_hcchar.s.lspddev = (pipe->device_speed == CVMX_USB_SPEED_LOW);
/freebsd-10.0-release/sys/mips/cavium/usb/
H A Doctusb.c124 return (CVMX_USB_SPEED_LOW);

Completed in 100 milliseconds