Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dhcd_queue.c99 u32 hprt, prtspd; in dwc2_qh_init() local
119 prtspd = (hprt & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; in dwc2_qh_init()
120 if (prtspd == HPRT0_SPD_HIGH_SPEED && in dwc2_qh_init()
Dhcd_intr.c242 u32 prtspd; in dwc2_hprt0_enable() local
264 prtspd = (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; in dwc2_hprt0_enable()
266 if (prtspd == HPRT0_SPD_LOW_SPEED || prtspd == HPRT0_SPD_FULL_SPEED) { in dwc2_hprt0_enable()
279 if (prtspd == HPRT0_SPD_LOW_SPEED && in dwc2_hprt0_enable()
Dhcd.c373 u32 prtspd = (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; in dwc2_hcd_urb_enqueue() local
375 if (prtspd == HPRT0_SPD_FULL_SPEED) in dwc2_hcd_urb_enqueue()
/drivers/staging/octeon-usb/
Docteon-hcd.h1443 uint32_t prtspd : 2; member
Docteon-hcd.c628 usb->usbcx_hprt.s.prtspd == CVMX_USB_SPEED_HIGH; in __cvmx_usb_pipe_needs_split()
1141 result.port_speed = usbc_hprt.s.prtspd; in cvmx_usb_get_status()