Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h63 #define S3C_GRSTCTL S3C_HSOTG_REG(0x010) macro
/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c355 S3C_GRSTCTL_RxFFlsh, hsotg->regs + S3C_GRSTCTL); in s3c_hsotg_init_fifo()
360 val = readl(hsotg->regs + S3C_GRSTCTL); in s3c_hsotg_init_fifo()
1723 hsotg->regs + S3C_GRSTCTL); in s3c_hsotg_txfifo_flush()
1729 val = readl(hsotg->regs + S3C_GRSTCTL); in s3c_hsotg_txfifo_flush()
2542 writel(S3C_GRSTCTL_CSftRst, hsotg->regs + S3C_GRSTCTL); in s3c_hsotg_corereset()
2546 grstctl = readl(hsotg->regs + S3C_GRSTCTL); in s3c_hsotg_corereset()
2557 u32 grstctl = readl(hsotg->regs + S3C_GRSTCTL); in s3c_hsotg_corereset()