Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c2484 u32 grstctl; in s3c_hsotg_corereset() local
2493 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() local
2509 __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()