Lines Matching refs:pcgctl
3274 u32 pcgctl; in dwc2_port_suspend() local
3321 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3322 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3323 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3390 u32 pcgctl; in dwc2_hcd_hub_control() local
3676 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control()
3677 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()
3678 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control()
5921 u32 pcgctl; in dwc2_host_enter_clock_gating() local
5931 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating()
5932 pcgctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_clock_gating()
5933 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_enter_clock_gating()
5937 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating()
5938 pcgctl |= PCGCTL_GATEHCLK; in dwc2_host_enter_clock_gating()
5939 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_enter_clock_gating()
5957 u32 pcgctl; in dwc2_host_exit_clock_gating() local
5962 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_clock_gating()
5963 pcgctl &= ~PCGCTL_GATEHCLK; in dwc2_host_exit_clock_gating()
5964 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_exit_clock_gating()
5968 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_clock_gating()
5969 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_clock_gating()
5970 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_exit_clock_gating()