Searched refs:S3C_GINTSTS (Results 1 – 2 of 2) sorted by relevance
2101 gintsts = readl(hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()2119 writel(S3C_GINTSTS_DisconnInt, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()2126 writel(S3C_GINTSTS_SessReqInt, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()2130 writel(S3C_GINTSTS_EnumDone, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()2140 writel(S3C_GINTSTS_ConIDStsChng, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()2167 writel(S3C_GINTSTS_USBRst, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()2214 writel(S3C_GINTSTS_ModeMis, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()2219 writel(S3C_GINTSTS_USBSusp, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()2226 writel(S3C_GINTSTS_WkUpInt, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()2233 writel(S3C_GINTSTS_ErlySusp, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()[all …]
78 #define S3C_GINTSTS S3C_HSOTG_REG(0x014) macro