Home
last modified time | relevance | path

Searched refs:GINTSTS_PTXFEMP (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/usb/dwc2/
Dhcd_intr.c822 gintmsk |= GINTSTS_PTXFEMP; in dwc2_halt_channel()
2233 GINTSTS_PTXFEMP); in dwc2_handle_hcd_intr()
2251 if (gintsts & GINTSTS_PTXFEMP) in dwc2_handle_hcd_intr()
Dgadget.c539 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()
3369 GINTSTS_PTXFEMP | \
3799 if (gintsts & GINTSTS_PTXFEMP) { in dwc2_hsotg_irq()
3804 dwc2_hsotg_disable_gsint(hsotg, GINTSTS_PTXFEMP); in dwc2_hsotg_irq()
Dhcd.c185 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()
Dhw.h119 #define GINTSTS_PTXFEMP BIT(26) macro