Searched refs:pcgcctl (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/dwc2/ |
| A D | core.c | 179 u32 pcgcctl; in dwc2_restore_essential_regs() local 191 pcgcctl = (gr->pcgcctl & 0xffffc000); in dwc2_restore_essential_regs() 195 pcgcctl |= BIT(17); 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() 218 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs() 221 pcgcctl |= PCGCTL_ESS_REG_RESTORED; in dwc2_restore_essential_regs() 222 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs() 228 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs() [all …]
|
| A D | core_intr.c | 596 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()
|
| A D | hcd.c | 5494 u32 pcgcctl; in dwc2_host_enter_hibernation() local 5534 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation() 5550 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation() 5748 u32 pcgcctl; in dwc2_host_enter_partial_power_down() local 5788 pcgcctl |= PCGCTL_PWRCLMP; in dwc2_host_enter_partial_power_down() 5792 pcgcctl |= PCGCTL_RSTPDWNMODULE; in dwc2_host_enter_partial_power_down() 5796 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_partial_power_down() 5824 u32 pcgcctl; in dwc2_host_exit_partial_power_down() local 5831 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_partial_power_down() 5836 pcgcctl &= ~PCGCTL_PWRCLMP; in dwc2_host_exit_partial_power_down() [all …]
|
| A D | gadget.c | 5372 u32 pcgcctl; in dwc2_gadget_exit_hibernation() local 5405 pcgcctl &= ~PCGCTL_RSTPDWNMODULE; in dwc2_gadget_exit_hibernation() 5481 u32 pcgcctl; in dwc2_gadget_enter_partial_power_down() local 5508 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5510 pcgcctl |= PCGCTL_PWRCLMP; in dwc2_gadget_enter_partial_power_down() 5514 pcgcctl |= PCGCTL_RSTPDWNMODULE; in dwc2_gadget_enter_partial_power_down() 5518 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_partial_power_down() 5544 u32 pcgcctl; in dwc2_gadget_exit_partial_power_down() local 5554 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_partial_power_down() 5558 pcgcctl &= ~PCGCTL_PWRCLMP; in dwc2_gadget_exit_partial_power_down() [all …]
|
| A D | core.h | 713 u32 pcgcctl; member
|
Completed in 25 milliseconds