Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/dwc2/
Dhcd.c3349 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3708 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()
5538 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5554 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5800 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_partial_power_down()
5835 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_partial_power_down()
5921 pcgctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_clock_gating()
5958 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_clock_gating()
Dhw.h678 #define PCGCTL_STOPPCLK BIT(0) macro
Dgadget.c5506 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_partial_power_down()
5542 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_partial_power_down()
5602 pcgctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_clock_gating()
5639 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_clock_gating()