Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c353 s3c_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in s3c_hsotg_write_fifo()
374 s3c_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in s3c_hsotg_write_fifo()
420 periodic ? GINTSTS_PTXFEMP : in s3c_hsotg_write_fifo()
449 periodic ? GINTSTS_PTXFEMP : in s3c_hsotg_write_fifo()
2222 GINTSTS_PTXFEMP | \
2520 if (gintsts & GINTSTS_PTXFEMP) { in s3c_hsotg_irq()
2525 s3c_hsotg_disable_gsint(hsotg, GINTSTS_PTXFEMP); in s3c_hsotg_irq()
Dhw.h139 #define GINTSTS_PTXFEMP (1 << 26) macro
Dhcd_intr.c825 gintmsk |= GINTSTS_PTXFEMP; in dwc2_halt_channel()
2075 GINTSTS_PTXFEMP); in dwc2_handle_hcd_intr()
2093 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()
1171 gintmsk |= GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()
1182 gintmsk &= ~GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()
Dcore.c514 GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP); in dwc2_disable_host_interrupts()