Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h79 #define S3C_GINTMSK S3C_HSOTG_REG(0x018) macro
/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c247 u32 gsintmsk = readl(hsotg->regs + S3C_GINTMSK); in s3c_hsotg_en_gsint()
254 writel(new_gsintmsk, hsotg->regs + S3C_GINTMSK); in s3c_hsotg_en_gsint()
265 u32 gsintmsk = readl(hsotg->regs + S3C_GINTMSK); in s3c_hsotg_disable_gsint()
271 writel(new_gsintmsk, hsotg->regs + S3C_GINTMSK); in s3c_hsotg_disable_gsint()
2102 gintmsk = readl(hsotg->regs + S3C_GINTMSK); in s3c_hsotg_irq()
2651 hsotg->regs + S3C_GINTMSK); in s3c_hsotg_start()
3016 readl(regs + S3C_GINTMSK), in state_show()