Searched refs:GRSTCTL_CSFTRST (Results 1 – 3 of 3) sorted by relevance
130 #define GRSTCTL_CSFTRST (1 << 0) macro
2239 writel(GRSTCTL_CSFTRST, hsotg->regs + GRSTCTL); in s3c_hsotg_corereset()2244 } while ((grstctl & GRSTCTL_CSFTRST) && timeout-- > 0); in s3c_hsotg_corereset()2246 if (grstctl & GRSTCTL_CSFTRST) { in s3c_hsotg_corereset()
139 greset |= GRSTCTL_CSFTRST; in dwc2_core_reset()150 } while (greset & GRSTCTL_CSFTRST); in dwc2_core_reset()