Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd.c3307 u32 pcgctl; in dwc2_port_suspend() local
3333 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3334 pcgctl |= PCGCTL_STOPPCLK; in dwc2_port_suspend()
3335 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3341 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3342 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend()
3343 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3358 u32 pcgctl; in dwc2_port_resume() local
3367 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_resume()
3368 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_resume()
[all …]