Lines Matching refs:GINTMSK
290 intr = readl(hsotg->regs + GINTMSK); in dwc2_hcd_disconnect()
292 writel(intr, hsotg->regs + GINTMSK); in dwc2_hcd_disconnect()
404 intr_mask = readl(hsotg->regs + GINTMSK); in dwc2_hcd_urb_enqueue()
1170 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_process_periodic_channels()
1172 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_process_periodic_channels()
1181 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_process_periodic_channels()
1183 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_process_periodic_channels()
1292 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_process_non_periodic_channels()
1294 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_process_non_periodic_channels()
1303 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_process_non_periodic_channels()
1305 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_process_non_periodic_channels()
1343 u32 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_hcd_queue_transactions()
1346 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_hcd_queue_transactions()
2737 writel(0, hsotg->regs + GINTMSK); in dwc2_hcd_free()