Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore_intr.c203 gintmsk = readl(hsotg->regs + GINTMSK); 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()
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()
283 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_handle_conn_id_status_change_intr()
449 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_read_common_intr()
Dhcd_queue.c596 intr_mask = readl(hsotg->regs + GINTMSK); in dwc2_hcd_qh_add()
598 writel(intr_mask, hsotg->regs + GINTMSK); in dwc2_hcd_qh_add()
633 intr_mask = readl(hsotg->regs + GINTMSK); in dwc2_hcd_qh_unlink()
635 writel(intr_mask, hsotg->regs + GINTMSK); in dwc2_hcd_qh_unlink()
Dhcd.c290 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()
[all …]
Dcore.c84 writel(intmsk, hsotg->regs + GINTMSK); in dwc2_enable_common_interrupts()
491 writel(0, hsotg->regs + GINTMSK); in dwc2_enable_host_interrupts()
498 intmsk = readl(hsotg->regs + GINTMSK); in dwc2_enable_host_interrupts()
500 writel(intmsk, hsotg->regs + GINTMSK); in dwc2_enable_host_interrupts()
510 u32 intmsk = readl(hsotg->regs + GINTMSK); in dwc2_disable_host_interrupts()
515 writel(intmsk, hsotg->regs + GINTMSK); in dwc2_disable_host_interrupts()
909 intmsk = readl(hsotg->regs + GINTMSK); in dwc2_hc_enable_ints()
911 writel(intmsk, hsotg->regs + GINTMSK); in dwc2_hc_enable_ints()
1897 addr = hsotg->regs + GINTMSK; in dwc2_dump_global_registers()
Dhcd_intr.c805 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_halt_channel()
807 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_halt_channel()
824 gintmsk = readl(hsotg->regs + GINTMSK); in dwc2_halt_channel()
826 writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_halt_channel()
2102 readl(hsotg->regs + GINTMSK)); in dwc2_handle_hcd_intr()
Dgadget.c112 u32 gsintmsk = readl(hsotg->regs + GINTMSK); in s3c_hsotg_en_gsint()
119 writel(new_gsintmsk, hsotg->regs + GINTMSK); in s3c_hsotg_en_gsint()
130 u32 gsintmsk = readl(hsotg->regs + GINTMSK); in s3c_hsotg_disable_gsint()
136 writel(new_gsintmsk, hsotg->regs + GINTMSK); in s3c_hsotg_disable_gsint()
2315 hsotg->regs + GINTMSK); in s3c_hsotg_core_init_disconnected()
2442 gintmsk = readl(hsotg->regs + GINTMSK); in s3c_hsotg_irq()
3515 readl(regs + GINTMSK), in state_show()
Dhcd.h585 return readl(hsotg->regs + GINTSTS) & readl(hsotg->regs + GINTMSK); in dwc2_read_core_intr()
Dhw.h133 #define GINTMSK HSOTG_REG(0x018) macro