Searched refs:GRSTCTL_CSFTRST (Results 1 – 3 of 3) sorted by relevance
130 #define GRSTCTL_CSFTRST (1 << 0) macro
2260 dwc2_writel(GRSTCTL_CSFTRST, hsotg->regs + GRSTCTL); in dwc2_hsotg_corereset()2265 } while ((grstctl & GRSTCTL_CSFTRST) && timeout-- > 0); in dwc2_hsotg_corereset()2267 if (grstctl & GRSTCTL_CSFTRST) { in dwc2_hsotg_corereset()
506 greset |= GRSTCTL_CSFTRST; in dwc2_core_reset()517 } while (greset & GRSTCTL_CSFTRST); in dwc2_core_reset()