Searched refs:pcgcctl (Results 1 – 5 of 5) sorted by relevance
| /drivers/usb/dwc2/ |
| A D | core.c | 150 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 …]
|
| A D | gadget.c | 5376 u32 pcgcctl; in dwc2_gadget_enter_hibernation() local 5397 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_hibernation() 5416 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_hibernation() 5471 u32 pcgcctl; in dwc2_gadget_exit_hibernation() local 5576 u32 pcgcctl; in dwc2_gadget_enter_partial_power_down() local 5595 pcgcctl |= PCGCTL_PWRCLMP; in dwc2_gadget_enter_partial_power_down() 5599 pcgcctl |= PCGCTL_RSTPDWNMODULE; in dwc2_gadget_enter_partial_power_down() 5603 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_partial_power_down() 5629 u32 pcgcctl; in dwc2_gadget_exit_partial_power_down() local 5636 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_partial_power_down() [all …]
|
| A D | core_intr.c | 605 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()
|
| A D | hcd.c | 5530 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 …]
|
| A D | core.h | 696 u32 pcgcctl; member
|
Completed in 28 milliseconds