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()
3334 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()3342 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()3368 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()3679 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()4369 pcgctl |= PCGCTL_STOPPCLK; in _dwc2_hcd_suspend()4448 pcgctl &= ~PCGCTL_STOPPCLK; in _dwc2_hcd_resume()5450 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()5466 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
442 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_handle_wakeup_detected_intr()
677 #define PCGCTL_STOPPCLK BIT(0) macro