Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h102 #define S3C_GINTSTS_NPTxFEmp (1 << 5) macro
/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c524 s3c_hsotg_en_gsint(hsotg, S3C_GINTSTS_NPTxFEmp); in s3c_hsotg_write_fifo()
550 S3C_GINTSTS_NPTxFEmp); in s3c_hsotg_write_fifo()
575 S3C_GINTSTS_NPTxFEmp); in s3c_hsotg_write_fifo()
2028 #define IRQ_RETRY_MASK (S3C_GINTSTS_NPTxFEmp | \
2132 if (gintsts & S3C_GINTSTS_NPTxFEmp) { in s3c_hsotg_irq()
2139 s3c_hsotg_disable_gsint(hsotg, S3C_GINTSTS_NPTxFEmp); in s3c_hsotg_irq()
2142 writel(S3C_GINTSTS_NPTxFEmp, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()