Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dcore.c77 hr->haintmsk = dwc2_readl(hsotg->regs + HAINTMSK); in dwc2_backup_host_registers()
112 dwc2_writel(hr->haintmsk, hsotg->regs + HAINTMSK); in dwc2_restore_host_registers()
859 dwc2_writel(0, hsotg->regs + HAINTMSK); in dwc2_enable_host_interrupts()
1270 intmsk = dwc2_readl(hsotg->regs + HAINTMSK); in dwc2_hc_enable_ints()
1272 dwc2_writel(intmsk, hsotg->regs + HAINTMSK); in dwc2_hc_enable_ints()
2191 addr = hsotg->regs + HAINTMSK; in dwc2_dump_host_registers()
Dhw.h680 #define HAINTMSK HSOTG_REG(0x0418) macro
Ddebugfs.c611 dump_register(HAINTMSK),
Dhcd_intr.c774 haintmsk = dwc2_readl(hsotg->regs + HAINTMSK); in dwc2_release_channel()
776 dwc2_writel(haintmsk, hsotg->regs + HAINTMSK); in dwc2_release_channel()