Lines Matching refs:pcgctl
1445 u32 pcgctl; in dwc2_port_suspend() local
1467 pcgctl = readl(hsotg->regs + PCGCTL); in dwc2_port_suspend()
1468 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()
1469 writel(pcgctl, hsotg->regs + PCGCTL); in dwc2_port_suspend()
1474 pcgctl = readl(hsotg->regs + PCGCTL); in dwc2_port_suspend()
1475 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
1476 writel(pcgctl, hsotg->regs + PCGCTL); in dwc2_port_suspend()
1495 u32 pcgctl; in dwc2_hcd_hub_control() local
1742 pcgctl = readl(hsotg->regs + PCGCTL); in dwc2_hcd_hub_control()
1743 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()
1744 writel(pcgctl, hsotg->regs + PCGCTL); in dwc2_hcd_hub_control()