Home
last modified time | relevance | path

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

/Linux-v6.6/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.c5618 u32 pcgctl; in dwc2_gadget_enter_clock_gating() local
5623 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating()
5624 pcgctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_clock_gating()
5625 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating()
5629 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating()
5630 pcgctl |= PCGCTL_GATEHCLK; in dwc2_gadget_enter_clock_gating()
5631 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating()
5648 u32 pcgctl; in dwc2_gadget_exit_clock_gating() local
5654 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_clock_gating()
5655 pcgctl &= ~PCGCTL_GATEHCLK; in dwc2_gadget_exit_clock_gating()
[all …]