Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore_intr.c353 u32 pcgcctl = readl(hsotg->regs + PCGCTL); in dwc2_handle_wakeup_detected_intr()
357 writel(pcgcctl, hsotg->regs + PCGCTL); in dwc2_handle_wakeup_detected_intr()
Dhcd.c1467 pcgctl = readl(hsotg->regs + PCGCTL); in dwc2_port_suspend()
1469 writel(pcgctl, hsotg->regs + PCGCTL); in dwc2_port_suspend()
1474 pcgctl = readl(hsotg->regs + PCGCTL); in dwc2_port_suspend()
1476 writel(pcgctl, hsotg->regs + PCGCTL); in dwc2_port_suspend()
1531 writel(0, hsotg->regs + PCGCTL); in dwc2_hcd_hub_control()
1742 pcgctl = readl(hsotg->regs + PCGCTL); in dwc2_hcd_hub_control()
1744 writel(pcgctl, hsotg->regs + PCGCTL); in dwc2_hcd_hub_control()
1746 writel(0, hsotg->regs + PCGCTL); in dwc2_hcd_hub_control()
Dhw.h598 #define PCGCTL HSOTG_REG(0x0e00) macro
Dcore.c660 writel(0, hsotg->regs + PCGCTL); in dwc2_core_host_init()
1952 addr = hsotg->regs + PCGCTL; in dwc2_dump_global_registers()