Searched refs:S3C_GRSTCTL_CSftRst (Results 1 – 2 of 2) sorted by relevance
76 #define S3C_GRSTCTL_CSftRst (1 << 0) macro
2489 writel(S3C_GRSTCTL_CSftRst, 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()2513 if (grstctl & S3C_GRSTCTL_CSftRst) in s3c_hsotg_corereset()