Searched refs:grstctl (Results 1 – 1 of 1) sorted by relevance
2234 u32 grstctl; in s3c_hsotg_corereset() local2243 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() local2259 __func__, grstctl); in s3c_hsotg_corereset()2263 if (!(grstctl & GRSTCTL_AHBIDLE)) in s3c_hsotg_corereset()