Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h81 #define S3C_GINTSTS_WkUpInt (1 << 31) macro
/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c2177 if (gintsts & S3C_GINTSTS_WkUpInt) { in s3c_hsotg_irq()
2179 writel(S3C_GINTSTS_WkUpInt, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()
2594 S3C_GINTSTS_USBSusp | S3C_GINTSTS_WkUpInt | in usb_gadget_probe_driver()