Home
last modified time | relevance | path

Searched refs:HAINTMSK (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
Dhw.h679 #define HAINTMSK HSOTG_REG(0x0418) macro
Dcore.c492 writel(0, hsotg->regs + HAINTMSK); in dwc2_enable_host_interrupts()
902 intmsk = readl(hsotg->regs + HAINTMSK); in dwc2_hc_enable_ints()
904 writel(intmsk, hsotg->regs + HAINTMSK); in dwc2_hc_enable_ints()
1823 addr = hsotg->regs + HAINTMSK; in dwc2_dump_host_registers()
Dhcd_intr.c756 haintmsk = readl(hsotg->regs + HAINTMSK); in dwc2_release_channel()
758 writel(haintmsk, hsotg->regs + HAINTMSK); in dwc2_release_channel()