Searched defs:prtspd (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/dwc2/
H A Dhcd_queue.c99 u32 hprt, prtspd; local
119 prtspd = (hprt & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT;
120 if (prtspd == HPRT0_SPD_HIGH_SPEED &&
H A Dhcd_intr.c242 u32 prtspd; local
264 prtspd = (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT;
266 if (prtspd == HPRT0_SPD_LOW_SPEED || prtspd == HPRT0_SPD_FULL_SPEED) {
279 if (prtspd == HPRT0_SPD_LOW_SPEED &&
H A Dhcd.c373 u32 prtspd = (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; local
375 if (prtspd == HPRT0_SPD_FULL_SPEED)
/drivers/staging/octeon-usb/
H A Docteon-hcd.h1339 * @prtspd: Port Speed (PrtSpd)
1443 uint32_t prtspd : 2; member in struct:cvmx_usbcx_hprt::cvmx_usbcx_hprt_s

Completed in 106 milliseconds