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()
5397 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_hibernation()5416 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_hibernation()5603 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_partial_power_down()5636 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_partial_power_down()5685 pcgctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_clock_gating()5722 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
Completed in 24 milliseconds