Searched refs:PCGCTL_STOPPCLK (Results 1 – 4 of 4) sorted by relevance
145 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_exit_partial_power_down()238 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_enter_partial_power_down()
3311 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()3319 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()3345 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()3656 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()4345 pcgctl |= PCGCTL_STOPPCLK; in _dwc2_hcd_suspend()4424 pcgctl &= ~PCGCTL_STOPPCLK; in _dwc2_hcd_resume()5415 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()5431 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
436 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_handle_wakeup_detected_intr()
668 #define PCGCTL_STOPPCLK BIT(0) macro