Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dcore_intr.c376 u32 pcgcctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_handle_wakeup_detected_intr()
380 dwc2_writel(pcgcctl, hsotg->regs + PCGCTL); in dwc2_handle_wakeup_detected_intr()
Dcore.c324 pcgcctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_exit_hibernation()
326 dwc2_writel(pcgcctl, hsotg->regs + PCGCTL); in dwc2_exit_hibernation()
328 pcgcctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_exit_hibernation()
330 dwc2_writel(pcgcctl, hsotg->regs + PCGCTL); in dwc2_exit_hibernation()
332 pcgcctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_exit_hibernation()
334 dwc2_writel(pcgcctl, hsotg->regs + PCGCTL); in dwc2_exit_hibernation()
408 pcgcctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_enter_hibernation()
411 dwc2_writel(pcgcctl, hsotg->regs + PCGCTL); in dwc2_enter_hibernation()
415 dwc2_writel(pcgcctl, hsotg->regs + PCGCTL); in dwc2_enter_hibernation()
419 dwc2_writel(pcgcctl, hsotg->regs + PCGCTL); in dwc2_enter_hibernation()
[all …]
Dhcd.c1477 pcgctl = dwc2_readl(hsotg->regs + PCGCTL); 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()
1487 dwc2_writel(pcgctl, hsotg->regs + PCGCTL); in dwc2_port_suspend()
1511 pcgctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_port_resume()
1513 dwc2_writel(pcgctl, hsotg->regs + PCGCTL); in dwc2_port_resume()
1783 pcgctl = dwc2_readl(hsotg->regs + PCGCTL); in dwc2_hcd_hub_control()
1785 dwc2_writel(pcgctl, hsotg->regs + PCGCTL); in dwc2_hcd_hub_control()
1787 dwc2_writel(0, hsotg->regs + PCGCTL); in dwc2_hcd_hub_control()
Dhw.h599 #define PCGCTL HSOTG_REG(0x0e00) macro
Ddebugfs.c605 dump_register(PCGCTL),