Home
last modified time | relevance | path

Searched refs:gintmsk (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
Dcore_intr.c118 u32 gintmsk; in dwc2_handle_otg_intr() local
203 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_handle_otg_intr()
204 gintmsk &= ~GINTSTS_SOF; 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()
248 gintmsk &= ~GINTSTS_SOF; 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() local
282 gintmsk &= ~GINTSTS_SOF; in dwc2_handle_conn_id_status_change_intr()
283 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_handle_conn_id_status_change_intr()
[all …]
Dhcd.c1065 u32 gintmsk; in dwc2_process_periodic_channels() local
1172 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_process_periodic_channels()
1173 gintmsk |= GINTSTS_PTXFEMP; 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()
1184 gintmsk &= ~GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()
1185 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_process_periodic_channels()
1206 u32 gintmsk; in dwc2_process_non_periodic_channels() local
1294 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_process_non_periodic_channels()
1295 gintmsk |= GINTSTS_NPTXFEMP; in dwc2_process_non_periodic_channels()
[all …]
Dhcd_intr.c812 u32 gintmsk; in dwc2_halt_channel() local
823 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_halt_channel()
824 gintmsk |= GINTSTS_NPTXFEMP; 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()
843 gintmsk |= GINTSTS_PTXFEMP; in dwc2_halt_channel()
844 dwc2_writel(gintmsk, hsotg->regs + GINTMSK); in dwc2_halt_channel()
Dcore.h501 u32 gintmsk; member
Dgadget.c2467 u32 gintmsk; in dwc2_hsotg_irq() local
2472 gintmsk = dwc2_readl(hsotg->regs + GINTMSK); in dwc2_hsotg_irq()
2475 __func__, gintsts, gintsts & gintmsk, gintmsk, retry_count); in dwc2_hsotg_irq()
2477 gintsts &= gintmsk; in dwc2_hsotg_irq()
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()