Searched refs:GINTSTS_PTXFEMP (Results 1 – 4 of 4) sorted by relevance
822 gintmsk |= GINTSTS_PTXFEMP; in dwc2_halt_channel()2231 GINTSTS_PTXFEMP); in dwc2_handle_hcd_intr()2249 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()3370 GINTSTS_PTXFEMP | \3800 if (gintsts & GINTSTS_PTXFEMP) { in dwc2_hsotg_irq()3805 dwc2_hsotg_disable_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_irq()
185 GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP | GINTSTS_DISCONNINT); in dwc2_disable_host_interrupts()1755 intr &= ~(GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT); in dwc2_hcd_disconnect()1757 intr = GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT; in dwc2_hcd_disconnect()2949 if (!(gintmsk & GINTSTS_PTXFEMP)) { in dwc2_process_periodic_channels()2950 gintmsk |= GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()2962 if (gintmsk & GINTSTS_PTXFEMP) { in dwc2_process_periodic_channels()2963 gintmsk &= ~GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()
119 #define GINTSTS_PTXFEMP BIT(26) macro