Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc2/
Dhcd.c3284 u32 pcgctl; in dwc2_port_suspend() local
3310 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3311 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()
3312 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3318 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3319 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3320 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3335 u32 pcgctl; in dwc2_port_resume() local
3344 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_resume()
3345 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()
[all …]