Searched refs:GINTSTS_PTXFEMP (Results 1 – 4 of 4) sorted by relevance
559 dwc2_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_write_fifo()580 dwc2_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_write_fifo()627 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()656 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()3404 GINTSTS_PTXFEMP | \3834 if (gintsts & GINTSTS_PTXFEMP) { in dwc2_hsotg_irq()3839 dwc2_hsotg_disable_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_irq()
852 gintmsk |= GINTSTS_PTXFEMP; in dwc2_halt_channel()2264 GINTSTS_PTXFEMP); in dwc2_handle_hcd_intr()2282 if (gintsts & GINTSTS_PTXFEMP) in dwc2_handle_hcd_intr()
220 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()3003 if (!(gintmsk & GINTSTS_PTXFEMP)) { in dwc2_process_periodic_channels()3004 gintmsk |= GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()3016 if (gintmsk & GINTSTS_PTXFEMP) { in dwc2_process_periodic_channels()3017 gintmsk &= ~GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()
148 #define GINTSTS_PTXFEMP BIT(26) macro