Searched refs:DWC2_HPRT0_PRTSPD_MASK (Results 1 – 2 of 2) sorted by relevance
558 if ((hprt0 & DWC2_HPRT0_PRTSPD_MASK) == DWC2_HPRT0_PRTSPD_LOW) in dwc_otg_submit_rh_msg_in_status()560 else if ((hprt0 & DWC2_HPRT0_PRTSPD_MASK) == in dwc_otg_submit_rh_msg_in_status()944 if ((hprt0 & DWC2_HPRT0_PRTSPD_MASK) == in chunk_msg()
544 #define DWC2_HPRT0_PRTSPD_MASK (0x3 << 17) macro