Lines Matching refs:pcgcctl
5490 u32 pcgcctl; in dwc2_host_enter_hibernation() local
5529 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5530 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5531 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
5545 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5546 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5547 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
5753 u32 pcgcctl; in dwc2_host_enter_partial_power_down() local
5791 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_partial_power_down()
5793 pcgcctl |= PCGCTL_PWRCLMP; in dwc2_host_enter_partial_power_down()
5794 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_partial_power_down()
5797 pcgcctl |= PCGCTL_RSTPDWNMODULE; in dwc2_host_enter_partial_power_down()
5798 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_partial_power_down()
5801 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_partial_power_down()
5802 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_partial_power_down()
5829 u32 pcgcctl; in dwc2_host_exit_partial_power_down() local
5835 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_partial_power_down()
5836 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_partial_power_down()
5837 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_exit_partial_power_down()
5840 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_partial_power_down()
5841 pcgcctl &= ~PCGCTL_PWRCLMP; in dwc2_host_exit_partial_power_down()
5842 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_exit_partial_power_down()
5845 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_partial_power_down()
5846 pcgcctl &= ~PCGCTL_RSTPDWNMODULE; in dwc2_host_exit_partial_power_down()
5847 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_exit_partial_power_down()