Lines Matching refs:GINTMSK
258 gr->gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_backup_global_registers()
297 dwc2_writel(gr->gintmsk, hsotg->regs + GINTMSK); in dwc2_restore_global_registers()
451 dwc2_writel(intmsk, hsotg->regs + GINTMSK); in dwc2_enable_common_interrupts()
858 dwc2_writel(0, hsotg->regs + GINTMSK); in dwc2_enable_host_interrupts()
865 intmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_enable_host_interrupts()
867 dwc2_writel(intmsk, hsotg->regs + GINTMSK); in dwc2_enable_host_interrupts()
877 u32 intmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_disable_host_interrupts()
882 dwc2_writel(intmsk, hsotg->regs + GINTMSK); in dwc2_disable_host_interrupts()
1277 intmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hc_enable_ints()
1279 dwc2_writel(intmsk, hsotg->regs + GINTMSK); in dwc2_hc_enable_ints()
2265 addr = hsotg->regs + GINTMSK; in dwc2_dump_global_registers()