Searched refs:PCGCTL_STOPPCLK (Results 1 – 4 of 4) sorted by relevance
3322 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()3677 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()5527 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()5543 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()5798 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_partial_power_down()5833 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_partial_power_down()5919 pcgctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_clock_gating()5956 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_clock_gating()
648 #define PCGCTL_STOPPCLK BIT(0) macro
5539 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_partial_power_down()5575 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_partial_power_down()5635 pcgctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_clock_gating()5672 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_clock_gating()
672 #define PCGCTL_STOPPCLK BIT(0) macro