Searched refs:DWC2_HPRT0_PRTRST (Results 1 – 2 of 2) sorted by relevance
285 DWC2_HPRT0_PRTRST); in DwHcReset()291 DWC2_HPRT0_PRTRST)); in DwHcReset()367 if (Hprt0 & DWC2_HPRT0_PRTRST) { in DwHcGetRootHubPortStatus()425 DWC2_HPRT0_PRTRST); in DwHcSetRootHubPortFeature()427 MmioAnd32 (DwHc->DwUsbBase + HPRT0, ~DWC2_HPRT0_PRTRST); in DwHcSetRootHubPortFeature()478 DWC2_HPRT0_PRTRST); in DwHcClearRootHubPortFeature()480 MmioAnd32 (DwHc->DwUsbBase + HPRT0, ~DWC2_HPRT0_PRTRST); in DwHcClearRootHubPortFeature()1030 DWC2_HPRT0_PRTRST); in DwUsbHcExitBootService()
526 #define DWC2_HPRT0_PRTRST (1 << 8) macro