Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c1451 u32 pcgctl; in dwc2_port_suspend() local
1477 pcgctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_port_suspend()
1478 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()
1479 dwc2_writel(pcgctl, hsotg->regs + PCGCTL); in dwc2_port_suspend()
1485 pcgctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_port_suspend()
1486 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
1487 dwc2_writel(pcgctl, hsotg->regs + PCGCTL); in dwc2_port_suspend()
1502 u32 pcgctl; in dwc2_port_resume() local
1511 pcgctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_port_resume()
1512 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()
[all …]