Lines Matching defs:pcgctl
3285 u32 pcgctl;
3311 pcgctl = dwc2_readl(hsotg, PCGCTL);
3312 pcgctl |= PCGCTL_STOPPCLK;
3313 dwc2_writel(hsotg, pcgctl, PCGCTL);
3319 pcgctl = dwc2_readl(hsotg, PCGCTL);
3320 pcgctl &= ~PCGCTL_STOPPCLK;
3321 dwc2_writel(hsotg, pcgctl, PCGCTL);
3336 u32 pcgctl;
3345 pcgctl = dwc2_readl(hsotg, PCGCTL);
3346 pcgctl &= ~PCGCTL_STOPPCLK;
3347 dwc2_writel(hsotg, pcgctl, PCGCTL);
3378 u32 pcgctl;
3656 pcgctl = dwc2_readl(hsotg, PCGCTL);
3657 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK);
3658 dwc2_writel(hsotg, pcgctl, PCGCTL);
4309 u32 pcgctl;
4346 pcgctl = readl(hsotg->regs + PCGCTL);
4347 pcgctl |= PCGCTL_STOPPCLK;
4348 writel(pcgctl, hsotg->regs + PCGCTL);
4385 u32 pcgctl;
4425 pcgctl = readl(hsotg->regs + PCGCTL);
4426 pcgctl &= ~PCGCTL_STOPPCLK;
4427 writel(pcgctl, hsotg->regs + PCGCTL);