Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc2/
Dhcd.c3322 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3681 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()
5535 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5551 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation()
5811 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_partial_power_down()
5846 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_partial_power_down()
5932 pcgctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_clock_gating()
5969 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_host_exit_clock_gating()
Dcore_intr.c110 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_handle_otg_intr()
Dhw.h662 #define PCGCTL_STOPPCLK BIT(0) macro
Dgadget.c5354 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_hibernation()
5564 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_partial_power_down()
5600 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_partial_power_down()
5660 pcgctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_clock_gating()
5697 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_gadget_exit_clock_gating()