Searched refs:DWC2_HPRT0_PRTSPD_MASK (Results 1 – 2 of 2) sorted by relevance
564 if ((hprt0 & DWC2_HPRT0_PRTSPD_MASK) == DWC2_HPRT0_PRTSPD_LOW) in dwc_otg_submit_rh_msg_in_status()566 else if ((hprt0 & DWC2_HPRT0_PRTSPD_MASK) == in dwc_otg_submit_rh_msg_in_status()950 if ((hprt0 & DWC2_HPRT0_PRTSPD_MASK) == in chunk_msg()
545 #define DWC2_HPRT0_PRTSPD_MASK (0x3 << 17) macro