Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/dwc2/
Dhcd.c3268 u32 pcgctl; in dwc2_port_suspend() local
3315 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3316 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3317 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3384 u32 pcgctl; in dwc2_hcd_hub_control() local
3674 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control()
3675 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()
3676 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control()
5880 u32 pcgctl; in dwc2_host_enter_clock_gating() local
5890 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating()
[all …]
Dgadget.c5619 u32 pcgctl; in dwc2_gadget_enter_clock_gating() local
5624 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating()
5625 pcgctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_clock_gating()
5626 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating()
5630 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating()
5631 pcgctl |= PCGCTL_GATEHCLK; in dwc2_gadget_enter_clock_gating()
5632 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating()
5649 u32 pcgctl; in dwc2_gadget_exit_clock_gating() local
5655 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_clock_gating()
5656 pcgctl &= ~PCGCTL_GATEHCLK; in dwc2_gadget_exit_clock_gating()
[all …]