Searched refs:S3C_GRSTCTL_CSftRst (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.h76 #define S3C_GRSTCTL_CSftRst (1 << 0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c2489 writel(S3C_GRSTCTL_CSftRst, hsotg->regs + S3C_GRSTCTL);
2494 } while (!(grstctl & S3C_GRSTCTL_CSftRst) && timeout-- > 0);
2496 if (!(grstctl & S3C_GRSTCTL_CSftRst)) {
2513 if (grstctl & S3C_GRSTCTL_CSftRst)

Completed in 164 milliseconds