Home
last modified time | relevance | path

Searched refs:GINTSTS_NPTXFEMP (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c382 dwc2_hsotg_en_gsint(hsotg, GINTSTS_NPTXFEMP); in dwc2_hsotg_write_fifo()
415 GINTSTS_NPTXFEMP); in dwc2_hsotg_write_fifo()
444 GINTSTS_NPTXFEMP); in dwc2_hsotg_write_fifo()
2242 #define IRQ_RETRY_MASK (GINTSTS_NPTXFEMP | \
2542 if (gintsts & GINTSTS_NPTXFEMP) { in dwc2_hsotg_irq()
2551 dwc2_hsotg_disable_gsint(hsotg, GINTSTS_NPTXFEMP); in dwc2_hsotg_irq()
Dhcd.c291 intr &= ~(GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT); in dwc2_hcd_disconnect()
293 intr = GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT; in dwc2_hcd_disconnect()
1295 gintmsk |= GINTSTS_NPTXFEMP; in dwc2_process_non_periodic_channels()
1306 gintmsk &= ~GINTSTS_NPTXFEMP; in dwc2_process_non_periodic_channels()
1347 gintmsk &= ~GINTSTS_NPTXFEMP; in dwc2_hcd_queue_transactions()
Dhw.h161 #define GINTSTS_NPTXFEMP (1 << 5) macro
Dhcd_intr.c824 gintmsk |= GINTSTS_NPTXFEMP; in dwc2_halt_channel()
2173 if (gintsts & GINTSTS_NPTXFEMP) in dwc2_handle_hcd_intr()
Dcore.c881 GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP | GINTSTS_DISCONNINT); in dwc2_disable_host_interrupts()