Searched refs:S3C_GINTSTS_USBSusp (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.h98 #define S3C_GINTSTS_USBSusp (1 << 11) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c2170 if (gintsts & S3C_GINTSTS_USBSusp) {
2171 dev_info(hsotg->dev, "S3C_GINTSTS_USBSusp\n");
2172 writel(S3C_GINTSTS_USBSusp, hsotg->regs + S3C_GINTSTS);
2593 S3C_GINTSTS_USBSusp | S3C_GINTSTS_WkUpInt |

Completed in 82 milliseconds