Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/dwc2/
H A Dcore.c150 u32 pcgcctl; in dwc2_restore_essential_regs() local
162 pcgcctl = (gr->pcgcctl & 0xffffc000); in dwc2_restore_essential_regs()
166 pcgcctl |= BIT(17); in dwc2_restore_essential_regs()
169 pcgcctl |= BIT(17); in dwc2_restore_essential_regs()
171 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs()
188 pcgcctl |= PCGCTL_RESTOREMODE; in dwc2_restore_essential_regs()
189 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs()
192 pcgcctl |= PCGCTL_ESS_REG_RESTORED; in dwc2_restore_essential_regs()
193 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs()
199 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs()
[all …]
H A Dgadget.c5370 u32 pcgcctl; in dwc2_gadget_enter_hibernation() local
5392 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_hibernation()
5451 u32 pcgcctl; in dwc2_gadget_exit_hibernation() local
5556 u32 pcgcctl; in dwc2_gadget_enter_partial_power_down() local
5575 pcgcctl |= PCGCTL_PWRCLMP; in dwc2_gadget_enter_partial_power_down()
5579 pcgcctl |= PCGCTL_RSTPDWNMODULE; in dwc2_gadget_enter_partial_power_down()
5583 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_partial_power_down()
5609 u32 pcgcctl; in dwc2_gadget_exit_partial_power_down() local
5616 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_partial_power_down()
5620 pcgcctl &= ~PCGCTL_PWRCLMP; in dwc2_gadget_exit_partial_power_down()
[all …]
H A Dcore_intr.c605 u32 pcgcctl; in dwc2_handle_lpm_intr() local
637 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_lpm_intr()
638 pcgcctl |= PCGCTL_ENBL_SLEEP_GATING; in dwc2_handle_lpm_intr()
639 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_handle_lpm_intr()
H A Dhcd.c5530 u32 pcgcctl; in dwc2_host_enter_hibernation() local
5566 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5582 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5783 u32 pcgcctl; in dwc2_host_enter_partial_power_down() local
5813 pcgcctl |= PCGCTL_PWRCLMP; in dwc2_host_enter_partial_power_down()
5817 pcgcctl |= PCGCTL_RSTPDWNMODULE; in dwc2_host_enter_partial_power_down()
5821 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_partial_power_down()
5849 u32 pcgcctl; in dwc2_host_exit_partial_power_down() local
5856 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_partial_power_down()
5861 pcgcctl &= ~PCGCTL_PWRCLMP; in dwc2_host_exit_partial_power_down()
[all …]
H A Dcore.h696 u32 pcgcctl; member