Searched refs:grstctl (Results 1 – 1 of 1) sorted by relevance
2255 u32 grstctl; in dwc2_hsotg_corereset() local2264 grstctl = dwc2_readl(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()2275 u32 grstctl = dwc2_readl(hsotg->regs + GRSTCTL); in dwc2_hsotg_corereset() local2280 __func__, grstctl); in dwc2_hsotg_corereset()2284 if (!(grstctl & GRSTCTL_AHBIDLE)) in dwc2_hsotg_corereset()