Home
last modified time | relevance | path

Searched refs:GINTSTS_NPTXFEMP (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c780 GINTSTS_GINNAKEFF | GINTSTS_NPTXFEMP | GINTSTS_RXFLVL | in dwc2_glbreg_write()
1255 s->gintsts = GINTSTS_CONIDSTSCHNG | GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP | in dwc2_reset_enter()
/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c575 dwc2_hsotg_en_gsint(hsotg, GINTSTS_NPTXFEMP); in dwc2_hsotg_write_fifo()
608 GINTSTS_NPTXFEMP); in dwc2_hsotg_write_fifo()
637 GINTSTS_NPTXFEMP); in dwc2_hsotg_write_fifo()
3372 #define IRQ_RETRY_MASK (GINTSTS_NPTXFEMP | \
3796 if (gintsts & GINTSTS_NPTXFEMP) { in dwc2_hsotg_irq()
3805 dwc2_hsotg_disable_gsint(hsotg, GINTSTS_NPTXFEMP); in dwc2_hsotg_irq()
H A 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()
3080 gintmsk |= GINTSTS_NPTXFEMP; in dwc2_process_non_periodic_channels()
3091 gintmsk &= ~GINTSTS_NPTXFEMP; in dwc2_process_non_periodic_channels()
3131 gintmsk &= ~GINTSTS_NPTXFEMP; in dwc2_hcd_queue_transactions()
H A Dhw.h141 #define GINTSTS_NPTXFEMP BIT(5) macro
H A Dhcd_intr.c803 gintmsk |= GINTSTS_NPTXFEMP; in dwc2_halt_channel()
2244 if (gintsts & GINTSTS_NPTXFEMP) in dwc2_handle_hcd_intr()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h167 #define GINTSTS_NPTXFEMP BIT(5) macro