Lines Matching defs:pcgctl
3268 u32 pcgctl;
3315 pcgctl = dwc2_readl(hsotg, PCGCTL);
3316 pcgctl &= ~PCGCTL_STOPPCLK;
3317 dwc2_writel(hsotg, pcgctl, PCGCTL);
3384 u32 pcgctl;
3674 pcgctl = dwc2_readl(hsotg, PCGCTL);
3675 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK);
3676 dwc2_writel(hsotg, pcgctl, PCGCTL);
5880 u32 pcgctl;
5890 pcgctl = dwc2_readl(hsotg, PCGCTL);
5891 pcgctl |= PCGCTL_STOPPCLK;
5892 dwc2_writel(hsotg, pcgctl, PCGCTL);
5896 pcgctl = dwc2_readl(hsotg, PCGCTL);
5897 pcgctl |= PCGCTL_GATEHCLK;
5898 dwc2_writel(hsotg, pcgctl, PCGCTL);
5916 u32 pcgctl;
5921 pcgctl = dwc2_readl(hsotg, PCGCTL);
5922 pcgctl &= ~PCGCTL_GATEHCLK;
5923 dwc2_writel(hsotg, pcgctl, PCGCTL);
5927 pcgctl = dwc2_readl(hsotg, PCGCTL);
5928 pcgctl &= ~PCGCTL_STOPPCLK;
5929 dwc2_writel(hsotg, pcgctl, PCGCTL);