Home
last modified time | relevance | path

Searched refs:pcgctl (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/usb/dwc2/
Dhcd.c3301 u32 pcgctl; in dwc2_port_suspend() local
3348 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3349 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3350 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3417 u32 pcgctl; in dwc2_hcd_hub_control() local
3707 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control()
3708 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()
3709 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control()
5910 u32 pcgctl; in dwc2_host_enter_clock_gating() local
5920 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating()
[all …]
Dgadget.c5596 u32 pcgctl; in dwc2_gadget_enter_clock_gating() local
5601 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating()
5602 pcgctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_clock_gating()
5603 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating()
5607 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating()
5608 pcgctl |= PCGCTL_GATEHCLK; in dwc2_gadget_enter_clock_gating()
5609 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating()
5626 u32 pcgctl; in dwc2_gadget_exit_clock_gating() local
5632 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_clock_gating()
5633 pcgctl &= ~PCGCTL_GATEHCLK; in dwc2_gadget_exit_clock_gating()
[all …]