Home
last modified time | relevance | path

Searched refs:GINTMSK (Results 1 – 9 of 9) sorted by relevance

/drivers/usb/dwc2/
Dcore_intr.c199 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_handle_otg_intr()
201 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_handle_otg_intr()
243 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_handle_otg_intr()
245 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_handle_otg_intr()
281 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_handle_conn_id_status_change_intr()
283 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_handle_conn_id_status_change_intr()
497 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_read_common_intr()
Dhcd.c93 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()
[all …]
Dcore.c75 gr->gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_backup_global_registers()
114 dwc2_writel(gr->gintmsk, hsotg->regs + GINTMSK); in dwc2_restore_global_registers()
615 addr = hsotg->regs + GINTMSK; in dwc2_dump_global_registers()
Dhcd_queue.c1681 intr_mask = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hcd_qh_add()
1683 dwc2_writel(intr_mask, hsotg->regs + GINTMSK); in dwc2_hcd_qh_add()
1719 intr_mask = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hcd_qh_unlink()
1721 dwc2_writel(intr_mask, hsotg->regs + GINTMSK); in dwc2_hcd_qh_unlink()
Dhcd_intr.c813 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_halt_channel()
815 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_halt_channel()
832 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_halt_channel()
834 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_halt_channel()
2238 dwc2_readl(hsotg->regs + GINTMSK)); in dwc2_handle_hcd_intr()
Dgadget.c136 u32 gsintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hsotg_en_gsint()
143 dwc2_writel(new_gsintmsk, hsotg->regs + GINTMSK); in dwc2_hsotg_en_gsint()
154 u32 gsintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hsotg_disable_gsint()
160 dwc2_writel(new_gsintmsk, hsotg->regs + GINTMSK); in dwc2_hsotg_disable_gsint()
3333 dwc2_writel(intmsk, hsotg->regs + GINTMSK); in dwc2_hsotg_core_init_disconnected()
3519 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_gadget_handle_incomplete_isoc_out()
3521 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_gadget_handle_incomplete_isoc_out()
3551 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hsotg_irq()
3673 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hsotg_irq()
3675 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_hsotg_irq()
Ddebugfs.c148 dwc2_readl(regs + GINTMSK), in state_show()
413 dump_register(GINTMSK),
Dhcd.h682 dwc2_readl(hsotg->regs + GINTMSK); in dwc2_read_core_intr()
Dhw.h134 #define GINTMSK HSOTG_REG(0x018) macro