Home
last modified time | relevance | path

Searched refs:GINTSTS_HCHINT (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c106 dwc2_raise_global_irq(s, GINTSTS_HCHINT); in dwc2_raise_host_irq()
117 dwc2_lower_global_irq(s, GINTSTS_HCHINT); in dwc2_lower_host_irq()
778 val |= old & (GINTSTS_PTXFEMP | GINTSTS_HCHINT | GINTSTS_PRTINT | in dwc2_glbreg_write()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h146 #define GINTSTS_HCHINT BIT(25) macro
/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h120 #define GINTSTS_HCHINT BIT(25) macro
H A Dhcd_intr.c2231 dbg_gintsts &= ~(GINTSTS_HCHINT | GINTSTS_RXFLVL | in dwc2_handle_hcd_intr()
2248 if (gintsts & GINTSTS_HCHINT) 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()
634 intmsk |= GINTSTS_HCHINT; in dwc2_hc_enable_ints()
1755 intr &= ~(GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT); in dwc2_hcd_disconnect()
1757 intr = GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT; in dwc2_hcd_disconnect()