Searched refs:grstctl (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c2484 u32 grstctl; local
2493 grstctl = readl(hsotg->regs + S3C_GRSTCTL);
2494 } while (!(grstctl & S3C_GRSTCTL_CSftRst) && timeout-- > 0);
2496 if (!(grstctl & S3C_GRSTCTL_CSftRst)) {
2504 u32 grstctl = readl(hsotg->regs + S3C_GRSTCTL); local
2509 __func__, grstctl);
2513 if (grstctl & S3C_GRSTCTL_CSftRst)
2516 if (!(grstctl & S3C_GRSTCTL_AHBIdle))

Completed in 49 milliseconds