Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c2234 u32 grstctl; in s3c_hsotg_corereset() local
2243 grstctl = readl(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()
2254 u32 grstctl = readl(hsotg->regs + GRSTCTL); in s3c_hsotg_corereset() local
2259 __func__, grstctl); in s3c_hsotg_corereset()
2263 if (!(grstctl & GRSTCTL_AHBIDLE)) in s3c_hsotg_corereset()