Searched refs:pcgcctl (Results 1 – 1 of 1) sorted by relevance
5323 u32 pcgcctl; in dwc2_gadget_enter_hibernation() local5353 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_hibernation()5354 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_hibernation()5355 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_hibernation()5413 u32 pcgcctl; in dwc2_gadget_exit_hibernation() local5445 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_hibernation()5446 pcgcctl &= ~PCGCTL_RSTPDWNMODULE; in dwc2_gadget_exit_hibernation()5447 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_exit_hibernation()5527 u32 pcgcctl; in dwc2_gadget_enter_partial_power_down() local5554 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_partial_power_down()[all …]