Lines Matching refs:pcgctl
3284 u32 pcgctl; in dwc2_port_suspend() local
3310 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3311 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()
3312 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3318 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3319 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3320 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3335 u32 pcgctl; in dwc2_port_resume() local
3344 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_resume()
3345 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()
3346 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_resume()
3377 u32 pcgctl; in dwc2_hcd_hub_control() local
3655 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control()
3656 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()
3657 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control()
4308 u32 pcgctl; in _dwc2_hcd_suspend() local
4344 pcgctl = readl(hsotg->regs + PCGCTL); in _dwc2_hcd_suspend()
4345 pcgctl |= PCGCTL_STOPPCLK; in _dwc2_hcd_suspend()
4346 writel(pcgctl, hsotg->regs + PCGCTL); in _dwc2_hcd_suspend()
4383 u32 pcgctl; in _dwc2_hcd_resume() local
4423 pcgctl = readl(hsotg->regs + PCGCTL); in _dwc2_hcd_resume()
4424 pcgctl &= ~PCGCTL_STOPPCLK; in _dwc2_hcd_resume()
4425 writel(pcgctl, hsotg->regs + PCGCTL); in _dwc2_hcd_resume()