Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore_intr.c356 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_handle_wakeup_detected_intr()
Dhw.h624 #define PCGCTL_STOPPCLK (1 << 0) macro
Dhcd.c1468 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()
1475 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
1743 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()