Home
last modified time | relevance | path

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

/drivers/staging/dwc2/
Dcore_intr.c104 gotgint = readl(hsotg->regs + GOTGINT); in dwc2_handle_otg_intr()
245 writel(gotgint, hsotg->regs + GOTGINT); in dwc2_handle_otg_intr()
Dhw.h58 #define GOTGINT HSOTG_REG(0x004) macro
Dcore.c70 writel(0xffffffff, hsotg->regs + GOTGINT); in dwc2_enable_common_interrupts()
1825 addr = hsotg->regs + GOTGINT; in dwc2_dump_global_registers()
/drivers/usb/gadget/
Ds3c-hsotg.h32 #define GOTGINT HSOTG_REG(0x004) macro
Ds3c-hsotg.c2226 writel(0xffffffff, hsotg->regs + GOTGINT); in s3c_hsotg_core_init()
2352 u32 otgint = readl(hsotg->regs + GOTGINT); in s3c_hsotg_irq()
2356 writel(otgint, hsotg->regs + GOTGINT); in s3c_hsotg_irq()