Lines Matching refs:gintmsk
118 u32 gintmsk; in dwc2_handle_otg_intr() local
203 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_handle_otg_intr()
204 gintmsk &= ~GINTSTS_SOF; in dwc2_handle_otg_intr()
205 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_handle_otg_intr()
247 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_handle_otg_intr()
248 gintmsk &= ~GINTSTS_SOF; in dwc2_handle_otg_intr()
249 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_handle_otg_intr()
279 u32 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_handle_conn_id_status_change_intr() local
282 gintmsk &= ~GINTSTS_SOF; in dwc2_handle_conn_id_status_change_intr()
283 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_handle_conn_id_status_change_intr()
444 u32 gintmsk; in dwc2_read_common_intr() local
449 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_read_common_intr()
455 gintsts, gintmsk); in dwc2_read_common_intr()
458 return gintsts & gintmsk & gintmsk_common; in dwc2_read_common_intr()