Searched refs:pcgctl (Results 1 – 1 of 1) sorted by relevance
1451 u32 pcgctl; in dwc2_port_suspend() local1477 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() local1511 pcgctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_port_resume()1512 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()[all …]