Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h97 #define S3C_GINTSTS_USBRst (1 << 12) macro
/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c2162 if (gintsts & S3C_GINTSTS_USBRst) { in s3c_hsotg_irq()
2167 writel(S3C_GINTSTS_USBRst, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()
2646 S3C_GINTSTS_ConIDStsChng | S3C_GINTSTS_USBRst | in s3c_hsotg_start()