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

/drivers/usb/dwc2/
H A Dcore_intr.c121 gotgctl = readl(hsotg->regs + GOTGCTL);
129 gotgctl = readl(hsotg->regs + GOTGCTL);
152 gotgctl = readl(hsotg->regs + GOTGCTL);
154 writel(gotgctl, hsotg->regs + GOTGCTL);
160 gotgctl = readl(hsotg->regs + GOTGCTL);
168 gotgctl = readl(hsotg->regs + GOTGCTL);
170 writel(gotgctl, hsotg->regs + GOTGCTL);
180 gotgctl = readl(hsotg->regs + GOTGCTL);
216 gotgctl = readl(hsotg->regs + GOTGCTL);
218 writel(gotgctl, hsotg->regs + GOTGCTL);
[all...]
H A Dcore.c450 /* Program the GOTGCTL register */
451 otgctl = readl(hsotg->regs + GOTGCTL);
455 writel(otgctl, hsotg->regs + GOTGCTL);
715 otgctl = readl(hsotg->regs + GOTGCTL);
717 writel(otgctl, hsotg->regs + GOTGCTL);
724 otgctl = readl(hsotg->regs + GOTGCTL);
726 writel(otgctl, hsotg->regs + GOTGCTL);
1889 addr = hsotg->regs + GOTGCTL;
1890 dev_dbg(hsotg->dev, "GOTGCTL @0x%08lX : 0x%08X\n",
H A Dhw.h42 #define GOTGCTL HSOTG_REG(0x000) macro
H A Dhcd.c1350 gotgctl = readl(hsotg->regs + GOTGCTL);
1441 gotgctl = readl(hsotg->regs + GOTGCTL);
1443 writel(gotgctl, hsotg->regs + GOTGCTL);
H A Dgadget.c2298 readl(hsotg->regs + GOTGCTL));
2328 u32 usb_status = readl(hsotg->regs + GOTGCTL);

Completed in 510 milliseconds