Searched refs:GINTSTS_PTXFEMP (Results 1 – 4 of 4) sorted by relevance
852 gintmsk |= GINTSTS_PTXFEMP; in dwc2_halt_channel()2261 GINTSTS_PTXFEMP); in dwc2_handle_hcd_intr()2279 if (gintsts & GINTSTS_PTXFEMP) in dwc2_handle_hcd_intr()
540 dwc2_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_write_fifo()561 dwc2_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_write_fifo()608 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()637 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()3359 GINTSTS_PTXFEMP | \3788 if (gintsts & GINTSTS_PTXFEMP) { in dwc2_hsotg_irq()3793 dwc2_hsotg_disable_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_irq()
218 GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP | GINTSTS_DISCONNINT); in dwc2_disable_host_interrupts()1788 intr &= ~(GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT); in dwc2_hcd_disconnect()1790 intr = GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT; in dwc2_hcd_disconnect()2982 if (!(gintmsk & GINTSTS_PTXFEMP)) { in dwc2_process_periodic_channels()2983 gintmsk |= GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()2995 if (gintmsk & GINTSTS_PTXFEMP) { in dwc2_process_periodic_channels()2996 gintmsk &= ~GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()
149 #define GINTSTS_PTXFEMP BIT(26) macro