Lines Matching refs:pcgcctl

5498 	u32 pcgcctl;  in dwc2_host_enter_hibernation()  local
5537 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5538 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5539 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
5553 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5554 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5555 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
5752 u32 pcgcctl; in dwc2_host_enter_partial_power_down() local
5790 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_partial_power_down()
5792 pcgcctl |= PCGCTL_PWRCLMP; in dwc2_host_enter_partial_power_down()
5793 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_partial_power_down()
5796 pcgcctl |= PCGCTL_RSTPDWNMODULE; in dwc2_host_enter_partial_power_down()
5797 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_partial_power_down()
5800 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_partial_power_down()
5801 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_partial_power_down()
5828 u32 pcgcctl; in dwc2_host_exit_partial_power_down() local
5834 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_partial_power_down()
5835 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_partial_power_down()
5836 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_exit_partial_power_down()
5839 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_partial_power_down()
5840 pcgcctl &= ~PCGCTL_PWRCLMP; in dwc2_host_exit_partial_power_down()
5841 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_exit_partial_power_down()
5844 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_partial_power_down()
5845 pcgcctl &= ~PCGCTL_RSTPDWNMODULE; in dwc2_host_exit_partial_power_down()
5846 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_exit_partial_power_down()