Lines Matching refs:pcgcctl

5530 	u32 pcgcctl;  in dwc2_host_enter_hibernation()  local
5565 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5566 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5567 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
5581 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5582 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5583 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
5783 u32 pcgcctl; in dwc2_host_enter_partial_power_down() local
5811 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_partial_power_down()
5813 pcgcctl |= PCGCTL_PWRCLMP; in dwc2_host_enter_partial_power_down()
5814 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_partial_power_down()
5817 pcgcctl |= PCGCTL_RSTPDWNMODULE; in dwc2_host_enter_partial_power_down()
5818 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_partial_power_down()
5821 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_partial_power_down()
5822 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_partial_power_down()
5849 u32 pcgcctl; in dwc2_host_exit_partial_power_down() local
5855 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_partial_power_down()
5856 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_partial_power_down()
5857 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_exit_partial_power_down()
5860 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_partial_power_down()
5861 pcgcctl &= ~PCGCTL_PWRCLMP; in dwc2_host_exit_partial_power_down()
5862 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_exit_partial_power_down()
5865 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_partial_power_down()
5866 pcgcctl &= ~PCGCTL_RSTPDWNMODULE; in dwc2_host_exit_partial_power_down()
5867 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_exit_partial_power_down()