Lines Matching refs:pcgctl
3307 u32 pcgctl; in dwc2_port_suspend() local
3333 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3334 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()
3335 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3341 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3342 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3343 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3358 u32 pcgctl; in dwc2_port_resume() local
3367 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_resume()
3368 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()
3369 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_resume()
3400 u32 pcgctl; in dwc2_hcd_hub_control() local
3678 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control()
3679 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()
3680 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control()
4331 u32 pcgctl; in _dwc2_hcd_suspend() local
4368 pcgctl = readl(hsotg->regs + PCGCTL); in _dwc2_hcd_suspend()
4369 pcgctl |= PCGCTL_STOPPCLK; in _dwc2_hcd_suspend()
4370 writel(pcgctl, hsotg->regs + PCGCTL); in _dwc2_hcd_suspend()
4407 u32 pcgctl; in _dwc2_hcd_resume() local
4447 pcgctl = readl(hsotg->regs + PCGCTL); in _dwc2_hcd_resume()
4448 pcgctl &= ~PCGCTL_STOPPCLK; in _dwc2_hcd_resume()
4449 writel(pcgctl, hsotg->regs + PCGCTL); in _dwc2_hcd_resume()