Searched refs:pcgctl (Results 1 – 1 of 1) sorted by relevance
3274 u32 pcgctl; in dwc2_port_suspend() local3321 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() local3676 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()5918 u32 pcgctl; in dwc2_host_enter_clock_gating() local5928 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating()[all …]