Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-usb.h477 CVMX_USB_SPEED_LOW = 2, /**< Device is operation at 1.5Mbps */ enumerator
H A Dcvmx-usb.c1278 if (cvmx_unlikely(device_speed > CVMX_USB_SPEED_LOW)) in cvmx_usb_open_pipe()
1908 usbc_hcchar.s.lspddev = (pipe->device_speed == CVMX_USB_SPEED_LOW); in __cvmx_usb_start_channel()
/f-stack/freebsd/mips/cavium/usb/
H A Doctusb.c124 return (CVMX_USB_SPEED_LOW); in octusb_convert_speed()