Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_hcdintr.c278 u32 prtspd; in dwc2_hprt0_enable() local
302 prtspd = (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; in dwc2_hprt0_enable()
304 if (prtspd == HPRT0_SPD_LOW_SPEED || prtspd == HPRT0_SPD_FULL_SPEED) { in dwc2_hprt0_enable()
317 if (prtspd == HPRT0_SPD_LOW_SPEED && in dwc2_hprt0_enable()
H A Ddwc2_hcdqueue.c1521 u32 prtspd = (hprt & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; in dwc2_qh_init() local
1522 bool do_split = (prtspd == HPRT0_SPD_HIGH_SPEED && in dwc2_qh_init()
1573 qh->schedule_low_speed = prtspd != HPRT0_SPD_HIGH_SPEED || in dwc2_qh_init()
H A Ddwc2_hcd.c1939 u32 prtspd = (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; in dwc2_hcd_urb_enqueue() local
1941 if (prtspd == HPRT0_SPD_FULL_SPEED) in dwc2_hcd_urb_enqueue()