Searched refs:DWC2_HPRT0_PRTSUSP (Results 1 – 2 of 2) sorted by relevance
359 if (Hprt0 & DWC2_HPRT0_PRTSUSP) { in DwHcGetRootHubPortStatus()418 Hprt0 |= DWC2_HPRT0_PRTSUSP; in DwHcSetRootHubPortFeature()490 Hprt0 &= ~DWC2_HPRT0_PRTSUSP; in DwHcClearRootHubPortFeature()
524 #define DWC2_HPRT0_PRTSUSP (1 << 7) macro