Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/dwc2/
H A Dcore_intr.c87 u32 pcgctl; in dwc2_handle_otg_intr() local
103 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_otg_intr()
104 pcgctl &= ~PCGCTL_GATEHCLK; in dwc2_handle_otg_intr()
105 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_handle_otg_intr()
109 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_otg_intr()
110 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_handle_otg_intr()
111 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_handle_otg_intr()
344 u32 pcgctl; in dwc2_wakeup_from_lpm_l1() local
359 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_wakeup_from_lpm_l1()
360 pcgctl &= ~PCGCTL_ENBL_SLEEP_GATING; in dwc2_wakeup_from_lpm_l1()
[all …]
H A Dhcd.c3274 u32 pcgctl; in dwc2_port_suspend() local
3322 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3390 u32 pcgctl; in dwc2_hcd_hub_control() local
5921 u32 pcgctl; in dwc2_host_enter_clock_gating() local
5931 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating()
5932 pcgctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_clock_gating()
5933 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_enter_clock_gating()
5938 pcgctl |= PCGCTL_GATEHCLK; in dwc2_host_enter_clock_gating()
5957 u32 pcgctl; in dwc2_host_exit_clock_gating() local
5963 pcgctl &= ~PCGCTL_GATEHCLK; in dwc2_host_exit_clock_gating()
[all …]
H A Dgadget.c5659 u32 pcgctl; in dwc2_gadget_enter_clock_gating() local
5664 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating()
5665 pcgctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_clock_gating()
5666 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating()
5670 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating()
5671 pcgctl |= PCGCTL_GATEHCLK; in dwc2_gadget_enter_clock_gating()
5672 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating()
5689 u32 pcgctl; in dwc2_gadget_exit_clock_gating() local
5695 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_clock_gating()
5696 pcgctl &= ~PCGCTL_GATEHCLK; in dwc2_gadget_exit_clock_gating()
[all …]