Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dcore_intr.c203 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_handle_otg_intr()
205 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_handle_otg_intr()
247 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_handle_otg_intr()
249 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_handle_otg_intr()
279 u32 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()
501 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_read_common_intr()
Dhcd_queue.c609 intr_mask = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hcd_qh_add()
611 dwc2_writel(intr_mask, hsotg->regs + GINTMSK); in dwc2_hcd_qh_add()
646 intr_mask = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hcd_qh_unlink()
648 dwc2_writel(intr_mask, hsotg->regs + GINTMSK); in dwc2_hcd_qh_unlink()
Dhcd.c290 intr = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hcd_disconnect()
292 dwc2_writel(intr, hsotg->regs + GINTMSK); in dwc2_hcd_disconnect()
401 intr_mask = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hcd_urb_enqueue()
1172 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_process_periodic_channels()
1174 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_process_periodic_channels()
1183 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_process_periodic_channels()
1185 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_process_periodic_channels()
1294 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_process_non_periodic_channels()
1296 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_process_non_periodic_channels()
1305 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_process_non_periodic_channels()
[all …]
Dcore.c258 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()
[all …]
Dhcd_intr.c823 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_halt_channel()
825 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_halt_channel()
842 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_halt_channel()
844 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_halt_channel()
2188 dwc2_readl(hsotg->regs + GINTMSK)); in dwc2_handle_hcd_intr()
Ddebugfs.c148 dwc2_readl(regs + GINTMSK), in state_show()
413 dump_register(GINTMSK),
Dgadget.c106 u32 gsintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hsotg_en_gsint()
113 dwc2_writel(new_gsintmsk, hsotg->regs + GINTMSK); in dwc2_hsotg_en_gsint()
124 u32 gsintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hsotg_disable_gsint()
130 dwc2_writel(new_gsintmsk, hsotg->regs + GINTMSK); in dwc2_hsotg_disable_gsint()
2345 dwc2_writel(intmsk, hsotg->regs + GINTMSK); in dwc2_hsotg_core_init_disconnected()
2472 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hsotg_irq()
Dhcd.h584 dwc2_readl(hsotg->regs + GINTMSK); in dwc2_read_core_intr()
Dhw.h133 #define GINTMSK HSOTG_REG(0x018) macro