Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/dwc2/
Ddwc2_hcdintr.c874 gintmsk |= GINTSTS_PTXFEMP; in dwc2_halt_channel()
2285 GINTSTS_PTXFEMP); in dwc2_handle_hcd_intr()
2303 if (gintsts & GINTSTS_PTXFEMP) in dwc2_handle_hcd_intr()
Ddwc2_hw.h151 #define GINTSTS_PTXFEMP (1 << 26) macro
Ddwc2_hcd.c235 GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP | GINTSTS_DISCONNINT); in dwc2_disable_host_interrupts()
1825 intr &= ~(GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT); in dwc2_hcd_disconnect()
1827 intr = GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT; in dwc2_hcd_disconnect()
3029 if (!(gintmsk & GINTSTS_PTXFEMP)) { in dwc2_process_periodic_channels()
3030 gintmsk |= GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()
3042 if (gintmsk & GINTSTS_PTXFEMP) { in dwc2_process_periodic_channels()
3043 gintmsk &= ~GINTSTS_PTXFEMP; in dwc2_process_periodic_channels()