Searched refs:S3C_GINTSTS_PTxFEmp (Results 1 – 2 of 2) sorted by relevance
489 s3c_hsotg_en_gsint(hsotg, S3C_GINTSTS_PTxFEmp); in s3c_hsotg_write_fifo()510 s3c_hsotg_en_gsint(hsotg, S3C_GINTSTS_PTxFEmp); in s3c_hsotg_write_fifo()549 periodic ? S3C_GINTSTS_PTxFEmp : in s3c_hsotg_write_fifo()574 periodic ? S3C_GINTSTS_PTxFEmp : in s3c_hsotg_write_fifo()2029 S3C_GINTSTS_PTxFEmp | \2145 if (gintsts & S3C_GINTSTS_PTxFEmp) { in s3c_hsotg_irq()2150 s3c_hsotg_disable_gsint(hsotg, S3C_GINTSTS_PTxFEmp); in s3c_hsotg_irq()2153 writel(S3C_GINTSTS_PTxFEmp, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()
85 #define S3C_GINTSTS_PTxFEmp (1 << 26) macro