Lines Matching refs:pcgcctl
5468 u32 pcgcctl; in dwc2_host_enter_hibernation() local
5507 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5508 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5509 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
5523 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5524 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5525 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
5722 u32 pcgcctl; in dwc2_host_enter_partial_power_down() local
5760 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_partial_power_down()
5762 pcgcctl |= PCGCTL_PWRCLMP; in dwc2_host_enter_partial_power_down()
5763 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_partial_power_down()
5766 pcgcctl |= PCGCTL_RSTPDWNMODULE; in dwc2_host_enter_partial_power_down()
5767 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_partial_power_down()
5770 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_partial_power_down()
5771 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_partial_power_down()
5798 u32 pcgcctl; in dwc2_host_exit_partial_power_down() local
5804 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_partial_power_down()
5805 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_partial_power_down()
5806 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_exit_partial_power_down()
5809 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_partial_power_down()
5810 pcgcctl &= ~PCGCTL_PWRCLMP; in dwc2_host_exit_partial_power_down()
5811 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_exit_partial_power_down()
5814 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_partial_power_down()
5815 pcgcctl &= ~PCGCTL_RSTPDWNMODULE; in dwc2_host_exit_partial_power_down()
5816 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_exit_partial_power_down()