Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
H A Dhcd_intr.c239 u32 prtspd; in dwc2_hprt0_enable() local
261 prtspd = (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; in dwc2_hprt0_enable()
263 if (prtspd == HPRT0_SPD_LOW_SPEED || prtspd == HPRT0_SPD_FULL_SPEED) { in dwc2_hprt0_enable()
276 if (prtspd == HPRT0_SPD_LOW_SPEED && in dwc2_hprt0_enable()
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,