Home
last modified time | relevance | path

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

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