Lines Matching refs:pcgctl
1451 u32 pcgctl; in dwc2_port_suspend() local
1477 pcgctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_port_suspend()
1478 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()
1479 dwc2_writel(pcgctl, hsotg->regs + PCGCTL); in dwc2_port_suspend()
1485 pcgctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_port_suspend()
1486 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
1487 dwc2_writel(pcgctl, hsotg->regs + PCGCTL); in dwc2_port_suspend()
1502 u32 pcgctl; in dwc2_port_resume() local
1511 pcgctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_port_resume()
1512 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()
1513 dwc2_writel(pcgctl, hsotg->regs + PCGCTL); in dwc2_port_resume()
1544 u32 pcgctl; in dwc2_hcd_hub_control() local
1783 pcgctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_hcd_hub_control()
1784 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()
1785 dwc2_writel(pcgctl, hsotg->regs + PCGCTL); in dwc2_hcd_hub_control()