Searched refs:S3C_GINTSTS (Results 1 – 2 of 2) sorted by relevance
2045 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 …]
78 #define S3C_GINTSTS S3C_HSOTG_REG(0x014) macro