Searched refs:S3C_GINTSTS_EnumDone (Results 1 – 2 of 2) sorted by relevance
96 #define S3C_GINTSTS_EnumDone (1 << 13) macro
2074 if (gintsts & S3C_GINTSTS_EnumDone) { in s3c_hsotg_irq()2076 writel(S3C_GINTSTS_EnumDone, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()2593 S3C_GINTSTS_EnumDone | S3C_GINTSTS_OTGInt | in usb_gadget_probe_driver()