Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c2045 gintsts = readl(hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()
2059 writel(S3C_GINTSTS_OTGInt, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()
2064 writel(S3C_GINTSTS_DisconnInt, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()
2071 writel(S3C_GINTSTS_SessReqInt, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()
2076 writel(S3C_GINTSTS_EnumDone, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()
2084 writel(S3C_GINTSTS_ConIDStsChng, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()
2107 hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()
2127 writel(S3C_GINTSTS_USBRst, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()
2142 writel(S3C_GINTSTS_NPTxFEmp, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()
2153 writel(S3C_GINTSTS_PTxFEmp, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()
[all …]
/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h78 #define S3C_GINTSTS S3C_HSOTG_REG(0x014) macro