Home
last modified time | relevance | path

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

/Linux-v5.15/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.c5498 u32 pcgcctl; in dwc2_host_enter_hibernation() local
5537 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5538 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5539 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
5553 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5554 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5555 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
5752 u32 pcgcctl; in dwc2_host_enter_partial_power_down() local
5790 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_partial_power_down()
5792 pcgcctl |= PCGCTL_PWRCLMP; in dwc2_host_enter_partial_power_down()
[all …]
Dgadget.c5360 u32 pcgcctl; in dwc2_gadget_exit_hibernation() local
5392 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_hibernation()
5393 pcgcctl &= ~PCGCTL_RSTPDWNMODULE; in dwc2_gadget_exit_hibernation()
5394 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_exit_hibernation()
5469 u32 pcgcctl; in dwc2_gadget_enter_partial_power_down() local
5496 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_partial_power_down()
5498 pcgcctl |= PCGCTL_PWRCLMP; in dwc2_gadget_enter_partial_power_down()
5499 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down()
5502 pcgcctl |= PCGCTL_RSTPDWNMODULE; in dwc2_gadget_enter_partial_power_down()
5503 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down()
[all …]
Dcore.h714 u32 pcgcctl; member