Lines Matching refs:pcgctl
87 u32 pcgctl; in dwc2_handle_otg_intr() local
103 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_otg_intr()
104 pcgctl &= ~PCGCTL_GATEHCLK; in dwc2_handle_otg_intr()
105 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_handle_otg_intr()
109 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_otg_intr()
110 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_handle_otg_intr()
111 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_handle_otg_intr()
344 u32 pcgctl; in dwc2_wakeup_from_lpm_l1() local
359 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_wakeup_from_lpm_l1()
360 pcgctl &= ~PCGCTL_ENBL_SLEEP_GATING; in dwc2_wakeup_from_lpm_l1()
361 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_wakeup_from_lpm_l1()