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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/
H A Dregs-usb-hsotg.h102 #define S3C_GINTSTS_NPTxFEmp (1 << 5) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c524 s3c_hsotg_en_gsint(hsotg, S3C_GINTSTS_NPTxFEmp);
550 S3C_GINTSTS_NPTxFEmp);
575 S3C_GINTSTS_NPTxFEmp);
2028 #define IRQ_RETRY_MASK (S3C_GINTSTS_NPTxFEmp | \
2132 if (gintsts & S3C_GINTSTS_NPTxFEmp) {
2139 s3c_hsotg_disable_gsint(hsotg, S3C_GINTSTS_NPTxFEmp);
2142 writel(S3C_GINTSTS_NPTxFEmp, hsotg->regs + S3C_GINTSTS);
2148 /* See note in S3C_GINTSTS_NPTxFEmp */

Completed in 105 milliseconds