Lines Matching refs:GINTMSK
93 dwc2_writel(intmsk, hsotg->regs + GINTMSK); in dwc2_enable_common_interrupts()
374 dwc2_writel(0, hsotg->regs + GINTMSK); in dwc2_enable_host_interrupts()
381 intmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_enable_host_interrupts()
383 dwc2_writel(intmsk, hsotg->regs + GINTMSK); in dwc2_enable_host_interrupts()
393 u32 intmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_disable_host_interrupts()
398 dwc2_writel(intmsk, hsotg->regs + GINTMSK); in dwc2_disable_host_interrupts()
842 intmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hc_enable_ints()
844 dwc2_writel(intmsk, hsotg->regs + GINTMSK); in dwc2_hc_enable_ints()
1964 intr = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hcd_disconnect()
1966 dwc2_writel(intr, hsotg->regs + GINTMSK); in dwc2_hcd_disconnect()
2093 intr_mask = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hcd_urb_enqueue()
3149 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_process_periodic_channels()
3152 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_process_periodic_channels()
3162 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_process_periodic_channels()
3165 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_process_periodic_channels()
3274 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_process_non_periodic_channels()
3276 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_process_non_periodic_channels()
3285 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_process_non_periodic_channels()
3287 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_process_non_periodic_channels()
3324 u32 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hcd_queue_transactions()
3327 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_hcd_queue_transactions()
5135 dwc2_writel(0, hsotg->regs + GINTMSK); in dwc2_hcd_free()