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()5566 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()5582 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()5821 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_partial_power_down()5856 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_partial_power_down()5932 pcgctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_clock_gating()5969 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_clock_gating()
5399 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_hibernation()5418 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_hibernation()5605 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_partial_power_down()5638 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_partial_power_down()5687 pcgctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_clock_gating()5724 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_clock_gating()
110 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_handle_otg_intr()
662 #define PCGCTL_STOPPCLK BIT(0) macro