HomeSort by: relevance | last modified time | path
    Searched defs:prtspd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdqueue.c 119 u32 hprt, prtspd; local in function:dwc2_qh_init
142 prtspd = (hprt & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT;
143 if (prtspd == HPRT0_SPD_HIGH_SPEED &&
dwc2_hcd.c 439 u32 prtspd = (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; local in function:dwc2_hcd_urb_enqueue
441 if (prtspd == HPRT0_SPD_FULL_SPEED) {
dwc2_hcdintr.c 255 u32 prtspd; local in function:dwc2_hprt0_enable
279 prtspd = (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT;
281 if (prtspd == HPRT0_SPD_LOW_SPEED || prtspd == HPRT0_SPD_FULL_SPEED) {
294 if (prtspd == HPRT0_SPD_LOW_SPEED &&

Completed in 15 milliseconds