Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h128 #define GINTSTS_IEPINT BIT(18) macro
H A Dgadget.c3526 dwc2_hsotg_en_gsint(hsotg, GINTSTS_OEPINT | GINTSTS_IEPINT); in dwc2_hsotg_core_init_disconnected()
3769 if (gintsts & (GINTSTS_OEPINT | GINTSTS_IEPINT)) { in dwc2_hsotg_irq()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h154 #define GINTSTS_IEPINT BIT(18) macro
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c779 GINTSTS_OEPINT | GINTSTS_IEPINT | GINTSTS_GOUTNAKEFF | in dwc2_glbreg_write()