Home
last modified time | relevance | path

Searched refs:grstctl (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c2255 u32 grstctl; in dwc2_hsotg_corereset() local
2264 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() local
2280 __func__, grstctl); in dwc2_hsotg_corereset()
2284 if (!(grstctl & GRSTCTL_AHBIDLE)) in dwc2_hsotg_corereset()