Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/dwc2/dist/
Ddwc2_coreintr.c393 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_handle_wakeup_detected_intr()
Ddwc2_hcd.c1491 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()
1499 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
1525 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()
1823 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()
Ddwc2_hw.h627 #define PCGCTL_STOPPCLK (1 << 0) macro
Ddwc2_core.c335 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_exit_hibernation()
428 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_enter_hibernation()