Searched refs:GINTSTS_PTXFEMP (Results 1 – 4 of 4) sorted by relevance
527 dwc2_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_write_fifo()548 dwc2_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_write_fifo()595 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()624 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()3310 GINTSTS_PTXFEMP | \3739 if (gintsts & GINTSTS_PTXFEMP) { in dwc2_hsotg_irq()3744 dwc2_hsotg_disable_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_irq()
852 gintmsk |= GINTSTS_PTXFEMP; in dwc2_halt_channel()2249 GINTSTS_PTXFEMP); in dwc2_handle_hcd_intr()2267 if (gintsts & GINTSTS_PTXFEMP) in dwc2_handle_hcd_intr()
220 GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP | GINTSTS_DISCONNINT); in dwc2_disable_host_interrupts()1789 intr &= ~(GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT); in dwc2_hcd_disconnect()1791 intr = GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT; in dwc2_hcd_disconnect()2983 if (!(gintmsk & GINTSTS_PTXFEMP)) { in dwc2_process_periodic_channels()2984 gintmsk |= GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()2996 if (gintmsk & GINTSTS_PTXFEMP) { in dwc2_process_periodic_channels()2997 gintmsk &= ~GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()
141 #define GINTSTS_PTXFEMP BIT(26) macro