Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore_intr.c353 u32 pcgcctl = readl(hsotg->regs + PCGCTL); in dwc2_handle_wakeup_detected_intr() local
356 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_handle_wakeup_detected_intr()
357 writel(pcgcctl, hsotg->regs + PCGCTL); in dwc2_handle_wakeup_detected_intr()