Searched refs:pcgcctl (Results 1 – 3 of 3) sorted by relevance
376 u32 pcgcctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_handle_wakeup_detected_intr() local379 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_handle_wakeup_detected_intr()380 dwc2_writel(pcgcctl, hsotg->regs + PCGCTL); in dwc2_handle_wakeup_detected_intr()
318 u32 pcgcctl; in dwc2_exit_hibernation() local324 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 …]
508 u32 pcgcctl; member