Searched refs:prtspd (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
H A Dhcd_queue.c99 u32 hprt, prtspd; dwc2_qh_init() local
122 prtspd = (hprt & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; dwc2_qh_init()
123 if (prtspd == HPRT0_SPD_HIGH_SPEED && dwc2_qh_init()
H A Dhcd_intr.c242 u32 prtspd; dwc2_hprt0_enable() local
264 prtspd = (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; dwc2_hprt0_enable()
266 if (prtspd == HPRT0_SPD_LOW_SPEED || prtspd == HPRT0_SPD_FULL_SPEED) { dwc2_hprt0_enable()
279 if (prtspd == HPRT0_SPD_LOW_SPEED && dwc2_hprt0_enable()
H A Dhcd.c383 u32 prtspd = (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; dwc2_hcd_urb_enqueue() local
385 if (prtspd == HPRT0_SPD_FULL_SPEED) dwc2_hcd_urb_enqueue()
/linux-4.4.14/drivers/staging/octeon-usb/
H A Docteon-hcd.h1361 * @prtspd: Port Speed (PrtSpd)
1465 __BITFIELD_FIELD(uint32_t prtspd : 2,
H A Docteon-hcd.c602 usb->usbcx_hprt.s.prtspd == CVMX_USB_SPEED_HIGH; cvmx_usb_pipe_needs_split()
1048 result.port_speed = usbc_hprt.s.prtspd; cvmx_usb_get_status()

Completed in 133 milliseconds