Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dcore_intr.c121 gotgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
129 gotgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
155 gotgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
157 dwc2_writel(gotgctl, hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
163 gotgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
171 gotgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
173 dwc2_writel(gotgctl, hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
183 gotgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
219 gotgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
221 dwc2_writel(gotgctl, hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
Dcore.c257 gr->gotgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_backup_global_registers()
296 dwc2_writel(gr->gotgctl, hsotg->regs + GOTGCTL); in dwc2_restore_global_registers()
818 otgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_core_init()
822 dwc2_writel(otgctl, hsotg->regs + GOTGCTL); in dwc2_core_init()
1073 otgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_core_host_init()
1075 dwc2_writel(otgctl, hsotg->regs + GOTGCTL); in dwc2_core_host_init()
1082 otgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_core_host_init()
1084 dwc2_writel(otgctl, hsotg->regs + GOTGCTL); in dwc2_core_host_init()
2247 addr = hsotg->regs + GOTGCTL; in dwc2_dump_global_registers()
Dhw.h42 #define GOTGCTL HSOTG_REG(0x000) macro
Ddebugfs.c407 dump_register(GOTGCTL),
Dhcd.c1363 gotgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_conn_id_status_change()
1459 gotgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_port_suspend()
1461 dwc2_writel(gotgctl, hsotg->regs + GOTGCTL); in dwc2_port_suspend()
Dgadget.c2493 u32 usb_status = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_hsotg_irq()