Home
last modified time | relevance | path

Searched refs:pcgcctl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/dwc2/
H A Dgadget.c5323 u32 pcgcctl; in dwc2_gadget_enter_hibernation() local
5353 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() local
5445 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() local
5554 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_partial_power_down()
[all …]