Lines Matching refs:pcgctl
3268 u32 pcgctl; in dwc2_port_suspend() local
3315 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3316 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3317 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3384 u32 pcgctl; in dwc2_hcd_hub_control() local
3674 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control()
3675 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()
3676 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control()
5880 u32 pcgctl; in dwc2_host_enter_clock_gating() local
5890 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating()
5891 pcgctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_clock_gating()
5892 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_enter_clock_gating()
5896 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating()
5897 pcgctl |= PCGCTL_GATEHCLK; in dwc2_host_enter_clock_gating()
5898 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_enter_clock_gating()
5916 u32 pcgctl; in dwc2_host_exit_clock_gating() local
5921 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_clock_gating()
5922 pcgctl &= ~PCGCTL_GATEHCLK; in dwc2_host_exit_clock_gating()
5923 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_exit_clock_gating()
5927 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_clock_gating()
5928 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_clock_gating()
5929 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_exit_clock_gating()