Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dcore.c86 gr->pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_backup_global_registers()
124 dwc2_writel(hsotg, gr->pcgcctl, PCGCTL); in dwc2_restore_global_registers()
179 u32 pcgcctl; in dwc2_restore_essential_regs() local
191 pcgcctl = (gr->pcgcctl & 0xffffc000); in dwc2_restore_essential_regs()
194 if (!(pcgcctl & PCGCTL_P2HD_PRT_SPD_MASK)) in dwc2_restore_essential_regs()
195 pcgcctl |= BIT(17); in dwc2_restore_essential_regs()
197 if (!(pcgcctl & PCGCTL_P2HD_DEV_ENUM_SPD_MASK)) in dwc2_restore_essential_regs()
198 pcgcctl |= BIT(17); in dwc2_restore_essential_regs()
200 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs()
217 pcgcctl |= PCGCTL_RESTOREMODE; in dwc2_restore_essential_regs()
[all …]
Dcore_intr.c596 u32 pcgcctl; in dwc2_handle_lpm_intr() local
628 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_lpm_intr()
629 pcgcctl |= PCGCTL_ENBL_SLEEP_GATING; in dwc2_handle_lpm_intr()
630 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_handle_lpm_intr()
Dhcd.c5499 u32 pcgcctl; in dwc2_host_enter_hibernation() local
5538 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5539 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5540 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
5554 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5555 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5556 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
5753 u32 pcgcctl; in dwc2_host_enter_partial_power_down() local
5791 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_partial_power_down()
5793 pcgcctl |= PCGCTL_PWRCLMP; in dwc2_host_enter_partial_power_down()
[all …]
Dgadget.c5382 u32 pcgcctl; in dwc2_gadget_exit_hibernation() local
5414 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_hibernation()
5415 pcgcctl &= ~PCGCTL_RSTPDWNMODULE; in dwc2_gadget_exit_hibernation()
5416 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_exit_hibernation()
5491 u32 pcgcctl; in dwc2_gadget_enter_partial_power_down() local
5518 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_partial_power_down()
5520 pcgcctl |= PCGCTL_PWRCLMP; in dwc2_gadget_enter_partial_power_down()
5521 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down()
5524 pcgcctl |= PCGCTL_RSTPDWNMODULE; in dwc2_gadget_enter_partial_power_down()
5525 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down()
[all …]
Dcore.h714 u32 pcgcctl; member