Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-usb.h475 CVMX_USB_SPEED_HIGH = 0, /**< Device is operation at 480Mbps */ enumerator
H A Dcvmx-usb.c427 …return ((pipe->device_speed != CVMX_USB_SPEED_HIGH) && (usb->usbcx_hprt.s.prtspd == CVMX_USB_SPEED… in __cvmx_usb_pipe_needs_split()
1011 (usb->usbcx_hprt.s.prtspd == CVMX_USB_SPEED_HIGH) ? "high" : in cvmx_usb_enable()
1293 if (cvmx_unlikely((device_speed != CVMX_USB_SPEED_HIGH) && in cvmx_usb_open_pipe()
1307 if ((device_speed == CVMX_USB_SPEED_HIGH) && in cvmx_usb_open_pipe()
3047 if ((pipe->device_speed == CVMX_USB_SPEED_HIGH) && in __cvmx_usb_poll_channel()
3239 if ((pipe->device_speed == CVMX_USB_SPEED_HIGH) && in __cvmx_usb_poll_channel()
/f-stack/freebsd/mips/cavium/usb/
H A Doctusb.c120 return (CVMX_USB_SPEED_HIGH); in octusb_convert_speed()
1642 case CVMX_USB_SPEED_HIGH: in octusb_roothub_exec()