Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h100 #define S3C_GINTSTS_GOUTNakEff (1 << 7) macro
/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c2193 if (gintsts & S3C_GINTSTS_GOUTNakEff) { in s3c_hsotg_irq()
2199 writel(S3C_GINTSTS_GOUTNakEff, hsotg->regs + S3C_GINTSTS); in s3c_hsotg_irq()
2595 S3C_GINTSTS_GOUTNakEff | S3C_GINTSTS_GINNakEff | in usb_gadget_probe_driver()