Searched refs:PCGCTL_STOPPCLK (Results 1 – 3 of 3) sorted by relevance
3345 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()3704 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()5534 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()5550 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()5796 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_partial_power_down()5831 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_partial_power_down()5917 pcgctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_clock_gating()5954 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_clock_gating()
678 #define PCGCTL_STOPPCLK BIT(0) macro
5518 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_partial_power_down()5554 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_partial_power_down()5614 pcgctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_clock_gating()5651 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_clock_gating()
Completed in 43 milliseconds