Searched refs:pcgctl (Results 1 – 1 of 1) sorted by relevance
3284 u32 pcgctl; in dwc2_port_suspend() local3310 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()3311 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()3312 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()3318 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()3319 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()3320 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()3335 u32 pcgctl; in dwc2_port_resume() local3344 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_resume()3345 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()[all …]