Searched refs:pcgctl (Results 1 – 1 of 1) sorted by relevance
3473 u32 pcgctl; in dwc2_port_suspend() local3499 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()3500 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()3501 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()3507 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()3508 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()3509 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()3524 u32 pcgctl; in dwc2_port_resume() local3533 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_resume()3534 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()[all …]