Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc2/
Dgadget.c522 dwc2_hsotg_en_gsint(hsotg, GINTSTS_NPTXFEMP); in dwc2_hsotg_write_fifo()
555 GINTSTS_NPTXFEMP); in dwc2_hsotg_write_fifo()
584 GINTSTS_NPTXFEMP); in dwc2_hsotg_write_fifo()
3176 #define IRQ_RETRY_MASK (GINTSTS_NPTXFEMP | \
3581 if (gintsts & GINTSTS_NPTXFEMP) { in dwc2_hsotg_irq()
3590 dwc2_hsotg_disable_gsint(hsotg, GINTSTS_NPTXFEMP); in dwc2_hsotg_irq()
Dhw.h163 #define GINTSTS_NPTXFEMP BIT(5) macro
Dhcd.c416 GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP | GINTSTS_DISCONNINT); in dwc2_disable_host_interrupts()
1988 intr &= ~(GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT); in dwc2_hcd_disconnect()
1990 intr = GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT; in dwc2_hcd_disconnect()
3297 gintmsk |= GINTSTS_NPTXFEMP; in dwc2_process_non_periodic_channels()
3308 gintmsk &= ~GINTSTS_NPTXFEMP; in dwc2_process_non_periodic_channels()
3348 gintmsk &= ~GINTSTS_NPTXFEMP; in dwc2_hcd_queue_transactions()
Dhcd_intr.c833 gintmsk |= GINTSTS_NPTXFEMP; in dwc2_halt_channel()
2260 if (gintsts & GINTSTS_NPTXFEMP) in dwc2_handle_hcd_intr()