Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc2/
Dhcd.c3473 u32 pcgctl; in dwc2_port_suspend() local
3499 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3500 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()
3501 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3507 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3508 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3509 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3524 u32 pcgctl; in dwc2_port_resume() local
3533 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_resume()
3534 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()
[all …]