Lines Matching refs:pcgctl
3473 u32 pcgctl; in dwc2_port_suspend() local
3499 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3500 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()
3501 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3507 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3508 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3509 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3524 u32 pcgctl; in dwc2_port_resume() local
3533 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_resume()
3534 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()
3535 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_resume()
3566 u32 pcgctl; in dwc2_hcd_hub_control() local
3837 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control()
3838 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()
3839 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control()