Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c489 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()
/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h85 #define S3C_GINTSTS_PTxFEmp (1 << 26) macro