Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c347 dwc2_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_write_fifo()
368 dwc2_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_write_fifo()
414 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()
443 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()
2243 GINTSTS_PTXFEMP | \
2555 if (gintsts & GINTSTS_PTXFEMP) { in dwc2_hsotg_irq()
2560 dwc2_hsotg_disable_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_irq()
Dhw.h139 #define GINTSTS_PTXFEMP (1 << 26) macro
Dhcd_intr.c843 gintmsk |= GINTSTS_PTXFEMP; in dwc2_halt_channel()
2161 GINTSTS_PTXFEMP); in dwc2_handle_hcd_intr()
2179 if (gintsts & GINTSTS_PTXFEMP) in dwc2_handle_hcd_intr()
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()
1173 gintmsk |= GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()
1184 gintmsk &= ~GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()
Dcore.c881 GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP | GINTSTS_DISCONNINT); in dwc2_disable_host_interrupts()