Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
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()
1293 gintmsk |= GINTSTS_NPTXFEMP; in dwc2_process_non_periodic_channels()
1304 gintmsk &= ~GINTSTS_NPTXFEMP; in dwc2_process_non_periodic_channels()
1345 gintmsk &= ~GINTSTS_NPTXFEMP; in dwc2_hcd_queue_transactions()
Dgadget.c388 s3c_hsotg_en_gsint(hsotg, GINTSTS_NPTXFEMP); in s3c_hsotg_write_fifo()
421 GINTSTS_NPTXFEMP); in s3c_hsotg_write_fifo()
450 GINTSTS_NPTXFEMP); in s3c_hsotg_write_fifo()
2221 #define IRQ_RETRY_MASK (GINTSTS_NPTXFEMP | \
2507 if (gintsts & GINTSTS_NPTXFEMP) { in s3c_hsotg_irq()
2516 s3c_hsotg_disable_gsint(hsotg, GINTSTS_NPTXFEMP); in s3c_hsotg_irq()
Dhw.h160 #define GINTSTS_NPTXFEMP (1 << 5) macro
Dhcd_intr.c806 gintmsk |= GINTSTS_NPTXFEMP; in dwc2_halt_channel()
2087 if (gintsts & GINTSTS_NPTXFEMP) in dwc2_handle_hcd_intr()
Dcore.c514 GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP); in dwc2_disable_host_interrupts()