Searched refs:GINTSTS_PTXFEMP (Results 1 – 4 of 4) sorted by relevance
528 dwc2_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_write_fifo()549 dwc2_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_write_fifo()596 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()625 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()3341 GINTSTS_PTXFEMP | \3770 if (gintsts & GINTSTS_PTXFEMP) { in dwc2_hsotg_irq()3775 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()
148 #define GINTSTS_PTXFEMP BIT(26) macro