Searched refs:grstctl (Results 1 – 1 of 1) sorted by relevance
2484 u32 grstctl; in s3c_hsotg_corereset() local2493 grstctl = readl(hsotg->regs + S3C_GRSTCTL); in s3c_hsotg_corereset()2494 } while (!(grstctl & S3C_GRSTCTL_CSftRst) && timeout-- > 0); in s3c_hsotg_corereset()2496 if (!(grstctl & S3C_GRSTCTL_CSftRst)) { in s3c_hsotg_corereset()2504 u32 grstctl = readl(hsotg->regs + S3C_GRSTCTL); in s3c_hsotg_corereset() local2509 __func__, grstctl); in s3c_hsotg_corereset()2513 if (grstctl & S3C_GRSTCTL_CSftRst) in s3c_hsotg_corereset()2516 if (!(grstctl & S3C_GRSTCTL_AHBIdle)) in s3c_hsotg_corereset()