Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
H A Dhcd_queue.c1451 u32 prtspd = (hprt & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; in dwc2_qh_init() local
1452 bool do_split = (prtspd == HPRT0_SPD_HIGH_SPEED && in dwc2_qh_init()
1502 qh->schedule_low_speed = prtspd != HPRT0_SPD_HIGH_SPEED || in dwc2_qh_init()
H A Dhcd.c1865 u32 prtspd = (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; in dwc2_hcd_urb_enqueue() local
1867 if (prtspd == HPRT0_SPD_FULL_SPEED) in dwc2_hcd_urb_enqueue()
/linux/drivers/usb/host/
H A Docteon-hcd.h1466 __BITFIELD_FIELD(u32 prtspd : 2,
H A Docteon-hcd.c558 usb->usbcx_hprt.s.prtspd == CVMX_USB_SPEED_HIGH; in cvmx_usb_pipe_needs_split()
1025 result.port_speed = usbc_hprt.s.prtspd; in cvmx_usb_get_status()