Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore_intr.c121 gotgctl = readl(hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
129 gotgctl = readl(hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
155 gotgctl = readl(hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
157 writel(gotgctl, hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
163 gotgctl = readl(hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
171 gotgctl = readl(hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
173 writel(gotgctl, hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
183 gotgctl = readl(hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
219 gotgctl = readl(hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
221 writel(gotgctl, hsotg->regs + GOTGCTL); in dwc2_handle_otg_intr()
Dcore.c451 otgctl = readl(hsotg->regs + GOTGCTL); in dwc2_core_init()
455 writel(otgctl, hsotg->regs + GOTGCTL); in dwc2_core_init()
705 otgctl = readl(hsotg->regs + GOTGCTL); in dwc2_core_host_init()
707 writel(otgctl, hsotg->regs + GOTGCTL); in dwc2_core_host_init()
714 otgctl = readl(hsotg->regs + GOTGCTL); in dwc2_core_host_init()
716 writel(otgctl, hsotg->regs + GOTGCTL); in dwc2_core_host_init()
1879 addr = hsotg->regs + GOTGCTL; in dwc2_dump_global_registers()
Dhw.h42 #define GOTGCTL HSOTG_REG(0x000) macro
Dhcd.c1360 gotgctl = readl(hsotg->regs + GOTGCTL); in dwc2_conn_id_status_change()
1453 gotgctl = readl(hsotg->regs + GOTGCTL); in dwc2_port_suspend()
1455 writel(gotgctl, hsotg->regs + GOTGCTL); in dwc2_port_suspend()
Dgadget.c2482 u32 usb_status = readl(hsotg->regs + GOTGCTL); in s3c_hsotg_irq()