Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dhw.h130 #define GRSTCTL_CSFTRST (1 << 0) macro
Dgadget.c2260 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()
Dcore.c506 greset |= GRSTCTL_CSFTRST; in dwc2_core_reset()
517 } while (greset & GRSTCTL_CSFTRST); in dwc2_core_reset()