Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h76 #define S3C_GRSTCTL_CSftRst (1 << 0) macro
/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c2489 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()