Searched refs:GOTGINT (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/dwc2/
H A Dcore_intr.c110 * Interrupt Register (GOTGINT) to determine what interrupt has occurred.
120 gotgint = readl(hsotg->regs + GOTGINT);
260 /* Clear GOTGINT */
261 writel(gotgint, hsotg->regs + GOTGINT);
H A Dhw.h58 #define GOTGINT HSOTG_REG(0x004) macro
H A Dgadget.c2147 writel(0xffffffff, hsotg->regs + GOTGINT);
2277 u32 otgint = readl(hsotg->regs + GOTGINT);
2281 writel(otgint, hsotg->regs + GOTGINT);
H A Dcore.c70 writel(0xffffffff, hsotg->regs + GOTGINT);
1892 addr = hsotg->regs + GOTGINT;
1893 dev_dbg(hsotg->dev, "GOTGINT @0x%08lX : 0x%08X\n",

Completed in 92 milliseconds