Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h79 #define S3C_GINTMSK S3C_HSOTG_REG(0x018) macro
/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c244 u32 gsintmsk = readl(hsotg->regs + S3C_GINTMSK); in s3c_hsotg_en_gsint()
251 writel(new_gsintmsk, hsotg->regs + S3C_GINTMSK); in s3c_hsotg_en_gsint()
262 u32 gsintmsk = readl(hsotg->regs + S3C_GINTMSK); in s3c_hsotg_disable_gsint()
268 writel(new_gsintmsk, hsotg->regs + S3C_GINTMSK); in s3c_hsotg_disable_gsint()
2046 gintmsk = readl(hsotg->regs + S3C_GINTMSK); in s3c_hsotg_irq()
2597 hsotg->regs + S3C_GINTMSK); in usb_gadget_probe_driver()
2960 readl(regs + S3C_GINTMSK), in state_show()