Lines Matching refs:pcgctl
3301 u32 pcgctl; in dwc2_port_suspend() local
3348 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3349 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3350 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3417 u32 pcgctl; in dwc2_hcd_hub_control() local
3707 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control()
3708 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()
3709 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control()
5910 u32 pcgctl; in dwc2_host_enter_clock_gating() local
5920 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating()
5921 pcgctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_clock_gating()
5922 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_enter_clock_gating()
5926 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating()
5927 pcgctl |= PCGCTL_GATEHCLK; in dwc2_host_enter_clock_gating()
5928 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_enter_clock_gating()
5946 u32 pcgctl; in dwc2_host_exit_clock_gating() local
5951 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_clock_gating()
5952 pcgctl &= ~PCGCTL_GATEHCLK; in dwc2_host_exit_clock_gating()
5953 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_exit_clock_gating()
5957 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_clock_gating()
5958 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_clock_gating()
5959 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_exit_clock_gating()