Searched refs:pcgctl (Results 1 – 1 of 1) sorted by relevance
3307 u32 pcgctl; in dwc2_port_suspend() local3333 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()3334 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()3335 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()3341 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()3342 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()3343 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()3358 u32 pcgctl; in dwc2_port_resume() local3367 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_resume()3368 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()[all …]