Searched refs:pcgctl (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | hcd.c | 3285 u32 pcgctl; in dwc2_port_suspend() local 3311 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend() 3312 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend() 3313 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend() 3319 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend() 3320 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend() 3321 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend() 3336 u32 pcgctl; in dwc2_port_resume() local 3345 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_resume() 3346 pcgctl in dwc2_port_resume() 3378 u32 pcgctl; dwc2_hcd_hub_control() local 4309 u32 pcgctl; _dwc2_hcd_suspend() local 4385 u32 pcgctl; _dwc2_hcd_resume() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | hcd.c | 3268 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 in dwc2_host_enter_clock_gating() 5916 u32 pcgctl; dwc2_host_exit_clock_gating() local [all...] |
H A D | gadget.c | 5618 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 in dwc2_gadget_exit_clock_gating() [all...] |
Completed in 17 milliseconds