Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h85 #define S3C_GINTSTS_PTxFEmp (1 << 26) macro
/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c492 s3c_hsotg_en_gsint(hsotg, S3C_GINTSTS_PTxFEmp); in s3c_hsotg_write_fifo()
513 s3c_hsotg_en_gsint(hsotg, S3C_GINTSTS_PTxFEmp); in s3c_hsotg_write_fifo()
552 periodic ? S3C_GINTSTS_PTxFEmp : in s3c_hsotg_write_fifo()
577 periodic ? S3C_GINTSTS_PTxFEmp : in s3c_hsotg_write_fifo()
2085 S3C_GINTSTS_PTxFEmp | \
2195 if (gintsts & S3C_GINTSTS_PTxFEmp) { in s3c_hsotg_irq()
2200 s3c_hsotg_disable_gsint(hsotg, S3C_GINTSTS_PTxFEmp); in s3c_hsotg_irq()