Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h63 #define S3C_GRSTCTL S3C_HSOTG_REG(0x010) macro
/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c352 S3C_GRSTCTL_RxFFlsh, hsotg->regs + S3C_GRSTCTL); in s3c_hsotg_init_fifo()
357 val = readl(hsotg->regs + S3C_GRSTCTL); in s3c_hsotg_init_fifo()
2489 writel(S3C_GRSTCTL_CSftRst, hsotg->regs + S3C_GRSTCTL); in s3c_hsotg_corereset()
2493 grstctl = readl(hsotg->regs + S3C_GRSTCTL); in s3c_hsotg_corereset()
2504 u32 grstctl = readl(hsotg->regs + S3C_GRSTCTL); in s3c_hsotg_corereset()