Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dcore_intr.c376 u32 pcgcctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_handle_wakeup_detected_intr() local
379 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_handle_wakeup_detected_intr()
380 dwc2_writel(pcgcctl, hsotg->regs + PCGCTL); in dwc2_handle_wakeup_detected_intr()
Dcore.c318 u32 pcgcctl; in dwc2_exit_hibernation() local
324 pcgcctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_exit_hibernation()
325 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_exit_hibernation()
326 dwc2_writel(pcgcctl, hsotg->regs + PCGCTL); in dwc2_exit_hibernation()
328 pcgcctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_exit_hibernation()
329 pcgcctl &= ~PCGCTL_PWRCLMP; in dwc2_exit_hibernation()
330 dwc2_writel(pcgcctl, hsotg->regs + PCGCTL); in dwc2_exit_hibernation()
332 pcgcctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_exit_hibernation()
333 pcgcctl &= ~PCGCTL_RSTPDWNMODULE; in dwc2_exit_hibernation()
334 dwc2_writel(pcgcctl, hsotg->regs + PCGCTL); in dwc2_exit_hibernation()
[all …]
Dcore.h508 u32 pcgcctl; member