Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h92 #define S3C_GINTSTS_IEPInt (1 << 18) macro
/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c2143 if (gintsts & (S3C_GINTSTS_OEPInt | S3C_GINTSTS_IEPInt)) { in s3c_hsotg_irq()
2685 s3c_hsotg_en_gsint(hsotg, S3C_GINTSTS_OEPInt | S3C_GINTSTS_IEPInt); in s3c_hsotg_start()