Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dcore_intr.c648 GINTSTS_USBSUSP | GINTSTS_PRTINT | \
846 if (gintsts & ~GINTSTS_PRTINT) in dwc2_handle_common_intr()
873 if (gintsts & GINTSTS_PRTINT) { in dwc2_handle_common_intr()
H A Dhw.h121 #define GINTSTS_PRTINT BIT(24) macro
H A Dhcd_intr.c2246 if (gintsts & GINTSTS_PRTINT) in dwc2_handle_hcd_intr()
H A Dhcd.c170 intmsk |= GINTSTS_DISCONNINT | GINTSTS_PRTINT | GINTSTS_HCHINT; in dwc2_enable_host_interrupts()
184 intmsk &= ~(GINTSTS_SOF | GINTSTS_PRTINT | GINTSTS_HCHINT | in dwc2_disable_host_interrupts()
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c461 dwc2_raise_global_irq(s, GINTSTS_PRTINT); in dwc2_attach()
476 dwc2_raise_global_irq(s, GINTSTS_PRTINT); in dwc2_detach()
494 dwc2_raise_global_irq(s, GINTSTS_PRTINT); in dwc2_wakeup()
778 val |= old & (GINTSTS_PTXFEMP | GINTSTS_HCHINT | GINTSTS_PRTINT | in dwc2_glbreg_write()
956 dwc2_raise_global_irq(s, GINTSTS_PRTINT); in dwc2_hreg0_write()
959 dwc2_lower_global_irq(s, GINTSTS_PRTINT); in dwc2_hreg0_write()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h147 #define GINTSTS_PRTINT BIT(24) macro