Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dcore.c142 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_exit_hibernation()
235 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_enter_hibernation()
Dcore_intr.c379 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_handle_wakeup_detected_intr()
Dhw.h644 #define PCGCTL_STOPPCLK BIT(0) macro
Dhcd.c3475 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()
3483 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3509 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()
3803 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()