Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dgadget.c595 dwc2_hsotg_en_gsint(hsotg, GINTSTS_NPTXFEMP); in dwc2_hsotg_write_fifo()
628 GINTSTS_NPTXFEMP); in dwc2_hsotg_write_fifo()
657 GINTSTS_NPTXFEMP); in dwc2_hsotg_write_fifo()
3403 #define IRQ_RETRY_MASK (GINTSTS_NPTXFEMP | \
3821 if (gintsts & GINTSTS_NPTXFEMP) { in dwc2_hsotg_irq()
3830 dwc2_hsotg_disable_gsint(hsotg, GINTSTS_NPTXFEMP); in dwc2_hsotg_irq()
H A Dhcd.c220 GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP | GINTSTS_DISCONNINT); in dwc2_disable_host_interrupts()
1792 intr &= ~(GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT); in dwc2_hcd_disconnect()
1794 intr = GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT; in dwc2_hcd_disconnect()
3128 gintmsk |= GINTSTS_NPTXFEMP; in dwc2_process_non_periodic_channels()
3139 gintmsk &= ~GINTSTS_NPTXFEMP; in dwc2_process_non_periodic_channels()
3179 gintmsk &= ~GINTSTS_NPTXFEMP; in dwc2_hcd_queue_transactions()
H A Dhw.h170 #define GINTSTS_NPTXFEMP BIT(5) macro
H A Dhcd_intr.c833 gintmsk |= GINTSTS_NPTXFEMP; in dwc2_halt_channel()
2276 if (gintsts & GINTSTS_NPTXFEMP) in dwc2_handle_hcd_intr()