Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/dwc2/
Dhcd.c3316 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3675 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()
5508 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5524 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5770 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_partial_power_down()
5805 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_partial_power_down()
5891 pcgctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_clock_gating()
5928 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_clock_gating()
Dhw.h648 #define PCGCTL_STOPPCLK BIT(0) macro
Dgadget.c5529 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_partial_power_down()
5565 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_partial_power_down()
5625 pcgctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_clock_gating()
5662 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_clock_gating()