Searched refs:GINTSTS_PTXFEMP (Results 1 – 4 of 4) sorted by relevance
486 dwc2_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_write_fifo()507 dwc2_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_write_fifo()554 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()583 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()3177 GINTSTS_PTXFEMP | \3594 if (gintsts & GINTSTS_PTXFEMP) { in dwc2_hsotg_irq()3599 dwc2_hsotg_disable_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_irq()
852 gintmsk |= GINTSTS_PTXFEMP; in dwc2_halt_channel()2248 GINTSTS_PTXFEMP); in dwc2_handle_hcd_intr()2266 if (gintsts & GINTSTS_PTXFEMP) in dwc2_handle_hcd_intr()
416 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()3172 if (!(gintmsk & GINTSTS_PTXFEMP)) { in dwc2_process_periodic_channels()3173 gintmsk |= GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()3185 if (gintmsk & GINTSTS_PTXFEMP) { in dwc2_process_periodic_channels()3186 gintmsk &= ~GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()
141 #define GINTSTS_PTXFEMP BIT(26) macro