Searched refs:pcgctl (Results 1 – 1 of 1) sorted by relevance
1445 u32 pcgctl; in dwc2_port_suspend() local1467 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() local1742 pcgctl = readl(hsotg->regs + PCGCTL); in dwc2_hcd_hub_control()1743 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()[all …]