Home
last modified time | relevance | path

Searched refs:PCGCTL_STOPPCLK (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dcore.c145 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_exit_partial_power_down()
238 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_enter_partial_power_down()
H A Dhcd.c3334 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()
H A Dcore_intr.c442 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_handle_wakeup_detected_intr()
H A Dhw.h677 #define PCGCTL_STOPPCLK BIT(0) macro