Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
H A Dcore.c57 gr->pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_backup_global_registers()
95 dwc2_writel(hsotg, gr->pcgcctl, PCGCTL); in dwc2_restore_global_registers()
150 u32 pcgcctl; in dwc2_restore_essential_regs() local
162 pcgcctl = (gr->pcgcctl & 0xffffc000); in dwc2_restore_essential_regs()
165 if (!(pcgcctl & PCGCTL_P2HD_PRT_SPD_MASK)) in dwc2_restore_essential_regs()
166 pcgcctl |= BIT(17); in dwc2_restore_essential_regs()
168 if (!(pcgcctl & PCGCTL_P2HD_DEV_ENUM_SPD_MASK)) 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()
[all …]
H A Dgadget.c5378 u32 pcgcctl; in dwc2_gadget_enter_hibernation() local
5398 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_hibernation()
5399 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_hibernation()
5400 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_hibernation()
5417 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_hibernation()
5418 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_hibernation()
5419 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_hibernation()
5473 u32 pcgcctl; in dwc2_gadget_exit_hibernation() local
5506 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_hibernation()
5507 pcgcctl &= ~PCGCTL_RSTPDWNMODULE; in dwc2_gadget_exit_hibernation()
[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
5565 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5566 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5567 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
5581 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5582 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5583 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
5783 u32 pcgcctl; in dwc2_host_enter_partial_power_down() local
5811 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_partial_power_down()
5813 pcgcctl |= PCGCTL_PWRCLMP; in dwc2_host_enter_partial_power_down()
[all …]
H A Dcore.h696 u32 pcgcctl; member