Searched refs:GINTSTS_PTXFEMP (Results 1 – 4 of 4) sorted by relevance
822 gintmsk |= GINTSTS_PTXFEMP; in dwc2_halt_channel()2232 GINTSTS_PTXFEMP); in dwc2_handle_hcd_intr()2250 if (gintsts & GINTSTS_PTXFEMP) in dwc2_handle_hcd_intr()
539 dwc2_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_write_fifo()560 dwc2_hsotg_en_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_write_fifo()607 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()636 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()3373 GINTSTS_PTXFEMP | \3809 if (gintsts & GINTSTS_PTXFEMP) { in dwc2_hsotg_irq()3814 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()2955 if (!(gintmsk & GINTSTS_PTXFEMP)) { in dwc2_process_periodic_channels()2956 gintmsk |= GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()2968 if (gintmsk & GINTSTS_PTXFEMP) { in dwc2_process_periodic_channels()2969 gintmsk &= ~GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()
119 #define GINTSTS_PTXFEMP BIT(26) macro